Skip to content

Commit 225ec22

Browse files
build(deps): bump async-channel from 1.9.0 to 2.2.0
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.2.0. - [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.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63435c8 commit 225ec22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tokio = { version = "1", features = [
8383
tokio-stream = { version = "0.1.14" }
8484

8585
[target.'cfg(all(async_channel_impl = "async-std"))'.dependencies]
86-
async-channel = { version = "1.9.0" }
86+
async-channel = { version = "2.2.0" }
8787

8888
[target.'cfg(all(async_channel_impl = "flume"))'.dependencies]
8989
flume = { version = "0.11.0" }

0 commit comments

Comments
 (0)