From 8c172d3961c6caaa3beb7a24339eab84e4fcb7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 05:12:04 +0000 Subject: [PATCH] Bump async-channel from 1.9.0 to 2.3.0 Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.3.0. - [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.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tremor-connectors-gcp/Cargo.toml | 2 +- tremor-connectors-otel/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 281422a58f..7cd3eb07e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7125,7 +7125,7 @@ name = "tremor-connectors-gcp" version = "0.13.0-rc.27" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.0", "async-stream", "async-trait", "bytes", @@ -7179,7 +7179,7 @@ name = "tremor-connectors-otel" version = "0.13.0-rc.27" dependencies = [ "anyhow", - "async-channel 1.9.0", + "async-channel 2.3.0", "async-trait", "hex", "log", diff --git a/tremor-connectors-gcp/Cargo.toml b/tremor-connectors-gcp/Cargo.toml index 05361601aa..3231ab43f9 100644 --- a/tremor-connectors-gcp/Cargo.toml +++ b/tremor-connectors-gcp/Cargo.toml @@ -53,7 +53,7 @@ hyper-rustls = { version = "0.24", default-features = true, features = [ "tokio-runtime", ] } url = { version = "2.5", default-features = true } -async-channel = { version = "1.9", default-features = true } +async-channel = { version = "2.3", default-features = true } async-stream = { version = "0.3", default-features = true } simd-json-derive = { version = "0.13", default-features = true } simd-json = { version = "0.13", default-features = true } diff --git a/tremor-connectors-otel/Cargo.toml b/tremor-connectors-otel/Cargo.toml index 111b276256..0ffd1d6a1a 100644 --- a/tremor-connectors-otel/Cargo.toml +++ b/tremor-connectors-otel/Cargo.toml @@ -41,7 +41,7 @@ tremor-otelapis = { version = "=0.2.4", default-features = false, features = [ "otel-all", ] } rand = { version = "0.8.5", default-features = false } -async-channel = { version = "1.9", default-features = false } +async-channel = { version = "2.3", default-features = false } hex = { version = "0.4", default-features = false, features = ["alloc", "std"] } [dev-dependencies]