Skip to content

Commit

Permalink
Update Rust crate derive_more to 0.99.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent ee499a6 commit f2c524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaindexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ postgres = ["tokio-postgres"]
[dependencies]
async-trait = "0.1"
bb8 = "0.8"
derive_more = "0.99"
derive_more = "0.99.17"
chrono = { version = "0.4", features = ["serde"] }
diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"] }
diesel-async = { version = "0.4", features = ["bb8", "postgres"] }
Expand Down

0 comments on commit f2c524a

Please sign in to comment.