Skip to content

Commit 99114b1

Browse files
Bump async-channel from 1.9.0 to 2.2.1
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.2.1. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v1.9.0...v2.2.1) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fddbe5 commit 99114b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tremor-connectors-gcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ hyper-rustls = { version = "0.24", default-features = true, features = [
5353
"tokio-runtime",
5454
] }
5555
url = { version = "2.5", default-features = true }
56-
async-channel = { version = "1.9", default-features = true }
56+
async-channel = { version = "2.2", default-features = true }
5757
async-stream = { version = "0.3", default-features = true }
5858
simd-json-derive = { version = "0.13", default-features = true }
5959
simd-json = { version = "0.13", default-features = true }

tremor-connectors-otel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tremor-otelapis = { version = "=0.2.4", default-features = false, features = [
4141
"otel-all",
4242
] }
4343
rand = { version = "0.8.5", default-features = false }
44-
async-channel = { version = "1.9", default-features = false }
44+
async-channel = { version = "2.2", default-features = false }
4545
hex = { version = "0.4", default-features = false, features = ["alloc", "std"] }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)