Skip to content

Commit

Permalink
Bump async-channel from 2.1.1 to 2.2.0 (#466)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 4abb2f7 commit 6020dea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
33 changes: 27 additions & 6 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="2.1", optional=true}
async-channel = {version="2.2", optional=true}
atty = {version="0.2", optional=true}
azure_core = {version="0.19", optional=true}
azure_storage_blobs = {version="0.19", optional=true}
Expand Down

0 comments on commit 6020dea

Please sign in to comment.