From c5cdab130f7add37132c3d5a155ce158341dcd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:54:23 +0000 Subject: [PATCH] build(deps): bump async-channel from 1.9.0 to 2.3.1 Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.3.1. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-channel/compare/v1.9.0...v2.3.1) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5070e35036..b121836caa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2318,7 +2318,7 @@ name = "fluvio" version = "0.23.2" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-lock 3.4.0", "async-std", "async-trait", @@ -2380,7 +2380,7 @@ name = "fluvio-benchmark" version = "0.0.0" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "bincode", "chrono", "clap", @@ -2439,7 +2439,7 @@ name = "fluvio-cli" version = "0.0.0" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-trait", "bytesize", "clap", @@ -2535,7 +2535,7 @@ name = "fluvio-cluster" version = "0.0.0" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-trait", "bytesize", "chrono", @@ -2924,7 +2924,7 @@ version = "0.0.0" dependencies = [ "adaptive_backoff", "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-lock 3.4.0", "async-trait", "base64 0.22.1", @@ -3044,7 +3044,7 @@ name = "fluvio-socket" version = "0.14.9" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-lock 3.4.0", "async-trait", "built", @@ -3072,7 +3072,7 @@ version = "0.0.0" dependencies = [ "adaptive_backoff", "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-io 2.3.3", "async-lock 3.4.0", "async-trait", @@ -3140,7 +3140,7 @@ name = "fluvio-storage" version = "0.0.0" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-lock 3.4.0", "async-trait", "blocking", @@ -3171,7 +3171,7 @@ name = "fluvio-stream-dispatcher" version = "0.13.4" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-lock 3.4.0", "async-trait", "cfg-if", @@ -3210,7 +3210,7 @@ name = "fluvio-test" version = "0.0.0" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.1", "async-std", "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5f58487149..6168c3a295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ resolver = "2" [workspace.dependencies] adaptive_backoff = "0.2.1" anyhow = "1.0.86" -async-channel = { version = "1.9.0", default-features = false } +async-channel = { version = "2.3.1", default-features = false } async-io = "2.3.3" async-lock = "3.4.0" async-std = { version = "1.8.0", default-features = false }