Skip to content

Commit

Permalink
Bump async-channel from 1.8.0 to 1.9.0 (#729)
Browse files Browse the repository at this point in the history
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.8.0 to 1.9.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.8.0...v1.9.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 Jul 17, 2023
1 parent ddf682f commit ab48e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -79,7 +79,7 @@ version = "0.8.12"
features = [ "uuid1" ]

[dev-dependencies]
async-channel = "1.8.0"
async-channel = "1.9.0"
buf-list = "1.0.3"
expectorate = "1.0.7"
hyper-rustls = "0.24.0"
Expand Down

0 comments on commit ab48e02

Please sign in to comment.