Skip to content

Commit

Permalink
Bump async-channel from 2.2.1 to 2.3.0 (#998)
Browse files Browse the repository at this point in the history
* Bump async-channel from 2.2.1 to 2.3.0

Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.2.1 to 2.3.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.2.1...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* cargo update -p concurrent-queue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
  • Loading branch information
dependabot[bot] and ahl authored May 14, 2024
1 parent 123b96d commit ce27228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 dropshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ version = "0.8.17"
features = [ "uuid1" ]

[dev-dependencies]
async-channel = "2.2.1"
async-channel = "2.3.0"
buf-list = "1.0.3"
expectorate = "1.1.0"
hyper-rustls = "0.25.0"
Expand Down

0 comments on commit ce27228

Please sign in to comment.