diff --git a/Cargo.lock b/Cargo.lock index be8ba98e8..b079125a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e81d70d84..173a152b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde_json = "1.0.114" wasmtime = "18.0.3" wasmtime-wasi = "18.0.3" tonic-build = "0.11.0" -async-trait = "0.1.77" +async-trait = "0.1.78" tonic-web = "0.11.0" log = { version = "0.4.21", features = ["kv"] } tracing-subscriber = "0.3.18"