diff --git a/Cargo.lock b/Cargo.lock index 840b6d23..336283a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index 18280253..deb83b01 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -13,7 +13,7 @@ required-features = ["dev-binaries"] [dependencies] async-channel = "2.3.1" async-stream = "0.3.5" -async-trait = "0.1.82" +async-trait = "0.1.83" bytes = "1.7.2" ctrlc = "3.4.5" clap = { version = "4.5.18", features = ["derive", "env"] } diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index fd60672e..93911584 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -46,7 +46,7 @@ path = "src/bazel_runner/bazel_runner_app.rs" [dependencies] async-channel = "2.3.1" async-stream = "0.3.5" -async-trait = "0.1.82" +async-trait = "0.1.83" byteorder = "1.5.0" bytes = "1.7.2" clap = { version = "4.5.18", features = ["derive", "env"] } diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 428dc620..138e3a83 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -18,7 +18,7 @@ path = "src/binaries/dump_cache_data/app.rs" [dependencies] async-stream = "0.3.5" -async-trait = "0.1.82" +async-trait = "0.1.83" byteorder = "1.5.0" bytes = "1.7.2" clap = { version = "4.5.18", features = ["derive", "env"] }