diff --git a/Cargo.lock b/Cargo.lock index f68eb60b..bb4b0770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.72" +version = "0.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2", "quote", diff --git a/client/Cargo.toml b/client/Cargo.toml index ba8fb8d2..5c087556 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,6 +10,6 @@ ethers = "2.0.8" thiserror = "1.0.40" serde = "1.0.183" chrono = { version = "0.4.26", features = ["serde"] } -async-trait = "0.1.72" +async-trait = "0.1.73" metrics = "0.21.1" auto_impl = "1.1.0"