From a3589cbd38e3f29926774570be40e3f07b7c1bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:18:41 -0500 Subject: [PATCH] Bump async-stream from 0.3.5 to 0.3.6 in /rustclient/lib (#250) 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> --- rustclient/lib/Cargo.lock | 8 ++++---- rustclient/lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rustclient/lib/Cargo.lock b/rustclient/lib/Cargo.lock index a724635..e42f524 100644 --- a/rustclient/lib/Cargo.lock +++ b/rustclient/lib/Cargo.lock @@ -25,9 +25,9 @@ checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[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", @@ -36,9 +36,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/rustclient/lib/Cargo.toml b/rustclient/lib/Cargo.toml index 7afa1ff..12f9e0a 100644 --- a/rustclient/lib/Cargo.toml +++ b/rustclient/lib/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.12.3" prost = "0.13.3" tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] } futures = "0.3.30" -async-stream = "0.3.5" +async-stream = "0.3.6" [build-dependencies] tonic-build = "0.12.3" \ No newline at end of file