Skip to content

Commit

Permalink
deps: bump async-broadcast from 0.5.1 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [async-broadcast](https://github.com/smol-rs/async-broadcast) from 0.5.1 to 0.7.0.
- [Changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-broadcast@0.5.1...0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 44c5d0c commit e7d4f31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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 packages/beetle-bitswap-next/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/dariusc93/rust-ipfs"
[dependencies]
ahash = "0.8"
anyhow = { version = "1", features = ["backtrace"] }
async-broadcast = "0.5.1"
async-broadcast = "0.7.0"
async-channel = "1.8.0"
async-stream = "0.3.5"
async-trait = "0.1.80"
Expand Down

0 comments on commit e7d4f31

Please sign in to comment.