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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 4b7c5dd commit bb335b9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
35 changes: 29 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 @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.75"
askama = "0.12.1"
askama_axum = "0.3.0"
async-channel = "1.9.0"
async-channel = "2.0.0"
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["macros"] }
clap = { version = "4.4.6", features = ["derive"] }
Expand Down

0 comments on commit bb335b9

Please sign in to comment.