Skip to content

Commit

Permalink
Bump async-stream from 0.3.3 to 0.3.4 (#149)
Browse files Browse the repository at this point in the history
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/tokio-rs/async-stream/releases)
- [Commits](tokio-rs/async-stream@v0.3.3...v0.3.4)

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

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 Mar 11, 2023
1 parent 0fff78b commit e80858c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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 @@ -18,7 +18,7 @@ rust-version = "1.56.1"
description = "base64-like binary with support for encoding/decoding Monero base58 strings."

[dependencies]
async-stream = "0.3.3"
async-stream = "0.3.4"
base58-monero = { version = "1", features = ["stream"] }
clap = { version = "3.2.6", features = ["cargo"] }
futures-util = "0.3.26"
Expand Down

0 comments on commit e80858c

Please sign in to comment.