Skip to content

Commit

Permalink
Bump async-stream from 0.3.5 to 0.3.6 in /rustclient/lib (#250)
Browse files Browse the repository at this point in the history
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/tokio-rs/async-stream/releases)
- [Commits](tokio-rs/async-stream@v0.3.5...v0.3.6)

---
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 Oct 2, 2024
1 parent 93d2e32 commit a3589cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rustclient/lib/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 rustclient/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tonic = "0.12.3"
prost = "0.13.3"
tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
futures = "0.3.30"
async-stream = "0.3.5"
async-stream = "0.3.6"

[build-dependencies]
tonic-build = "0.12.3"

0 comments on commit a3589cb

Please sign in to comment.