diff --git a/Cargo.lock b/Cargo.lock index 798bc85d..506ec124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b8795194..4c7b97e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tracing-subscriber = "0.3.17" bincode = "1.3.3" miette = { version = "5.9.0", features = ["fancy"] } tokio = { version = "1.28.2", features = ["rt", "rt-multi-thread"] } -async-trait = "0.1.68" +async-trait = "0.1.74" tonic = { version = "0.9.2", features = ["tls"] } bytes = "1.4.0" futures-core = "0.3.28"