Skip to content

Commit 2a1d711

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump async-channel from 2.1.1 to 2.2.0
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.1.1 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@v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1acb33 commit 2a1d711

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ glow = { version = "0.13.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
1414
libloading = { version = "0.8.0", optional = true }
1515
im-rc = { version = "15", optional = true }
16-
async-channel = { version = "2.1.1", optional = true }
16+
async-channel = { version = "2.2.0", optional = true }
1717
tokio = { version = "1", features = ["full"], optional = true }
1818
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false, optional = true }
1919
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)