Skip to content

Commit

Permalink
build(deps): bump async-channel from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.2.0 to 2.2.1.
- [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.0...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 328019f commit 616bdc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures-util = "0.3.30"
futures-channel = "0.3"
futures = "0.3.30"
reqwest = { version = "0.12", features = ["json"] }
async-channel = "2.2.0"
async-channel = "2.2.1"
env_logger = "0.11.3"
log = "0.4.21"
async-trait = "0.1.80"
2 changes: 1 addition & 1 deletion crates/disruption_gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"

[dependencies]
disruption_types = { version = "0.1.0", path = "../disruption_types/" }
async-channel = "2.2.0"
async-channel = "2.2.1"
futures = "0.3.30"
futures-util = "0.3.30"
log = "0.4.21"
Expand Down

0 comments on commit 616bdc3

Please sign in to comment.