Skip to content

Commit

Permalink
Bump async-channel from 1.9.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.1.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.1.0)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent cfafadc commit b1f00f4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
40 changes: 37 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ snap = "1.1"
thiserror = "1.0"
libc = "0.2"

async-channel = {version="1.9", optional=true}
async-channel = {version="2.1", optional=true}
atty = {version="0.2", optional=true}
azure_core = {version="0.17", optional=true}
azure_storage_blobs = {version="0.17", optional=true}
Expand Down

0 comments on commit b1f00f4

Please sign in to comment.