From 124744f5931d2f22d99c9c8a783d90de53ba3296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:46:47 +0000 Subject: [PATCH] Bump async-trait from 0.1.82 to 0.1.83 (#1255) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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"] }