Skip to content

Commit

Permalink
Bump async-channel from 1.9.0 to 2.0.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.0.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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 984e449 commit c4e19a9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
39 changes: 31 additions & 8 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 @@ -114,7 +114,7 @@ elasticsearch = { version = "=8.5.0-alpha.1", default-features = false, features

# for tcp & ws
tokio-rustls = "0.24"
async-channel = "1.9"
async-channel = "2.0"
rustls = "0.21"
rustls-pemfile = "1"
rustls-native-certs = "0.6"
Expand Down

0 comments on commit c4e19a9

Please sign in to comment.