diff --git a/Cargo.lock b/Cargo.lock index f8b9c0734b..8dd20f4603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,9 +634,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d670cdb22d..093f679b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ bs58 = "0.5.0" fluence-keypair = "0.10.4" parking_lot = "0.12.1" tokio = "1.36.0" -async-trait = "0.1.77" +async-trait = "0.1.79" tokio-stream = "0.1.14" tokio-util = "0.7.10" uuid = { version = "1.7.0", features = ["v4"] } diff --git a/crates/workers/Cargo.toml b/crates/workers/Cargo.toml index c395620d06..62c3ff1b88 100644 --- a/crates/workers/Cargo.toml +++ b/crates/workers/Cargo.toml @@ -22,7 +22,7 @@ tracing = { workspace = true } tokio = { workspace = true, features = ["fs", "sync"] } derivative = { workspace = true } types = { workspace = true } -async-trait = "0.1.77" +async-trait = "0.1.79" [dev-dependencies] tempfile = { workspace = true }