From b090f6317901eeda881f4149bd8c232a8a2e1ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:53:08 +0000 Subject: [PATCH] Bump async-stream from 0.3.5 to 0.3.6 (#1262) Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/tokio-rs/async-stream/releases) - [Commits](https://github.com/tokio-rs/async-stream/compare/v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: async-stream 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 | 8 ++++---- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44d1f8cc..73c37eb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "async-stream" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" dependencies = [ "async-stream-impl", "futures-core", @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "async-stream-impl" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index 62829f26..d3f09be1 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -12,7 +12,7 @@ required-features = ["dev-binaries"] [dependencies] async-channel = "2.3.1" -async-stream = "0.3.5" +async-stream = "0.3.6" async-trait = "0.1.83" bytes = "1.7.2" ctrlc = "3.4.5" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 4d2e61ca..4f9406da 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -45,7 +45,7 @@ path = "src/bazel_runner/bazel_runner_app.rs" [dependencies] async-channel = "2.3.1" -async-stream = "0.3.5" +async-stream = "0.3.6" async-trait = "0.1.83" byteorder = "1.5.0" bytes = "1.7.2" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 074d49ad..559bbf55 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -17,7 +17,7 @@ path = "src/binaries/dump_cache_data/app.rs" [dependencies] -async-stream = "0.3.5" +async-stream = "0.3.6" async-trait = "0.1.83" byteorder = "1.5.0" bytes = "1.7.2"