diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..ad58e72 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -17,7 +17,7 @@ postgres = ["tokio-postgres"] [dependencies] async-trait = "0.1" bb8 = "0.8" -derive_more = "0.99" +derive_more = "1.0" chrono = { version = "0.4", features = ["serde"] } diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"] } diesel-async = { version = "0.4", features = ["bb8", "postgres"] }