Skip to content

Commit

Permalink
Bump async-stream from 0.3.5 to 0.3.6 (#1262)
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 43c5b7d commit b090f63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ required-features = ["dev-binaries"]

[dependencies]
async-channel = "2.3.1"
async-stream = "0.3.5"
async-stream = "0.3.6"
async-trait = "0.1.83"
bytes = "1.7.2"
ctrlc = "3.4.5"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ path = "src/bazel_runner/bazel_runner_app.rs"

[dependencies]
async-channel = "2.3.1"
async-stream = "0.3.5"
async-stream = "0.3.6"
async-trait = "0.1.83"
byteorder = "1.5.0"
bytes = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/binaries/dump_cache_data/app.rs"


[dependencies]
async-stream = "0.3.5"
async-stream = "0.3.6"
async-trait = "0.1.83"
byteorder = "1.5.0"
bytes = "1.7.2"
Expand Down

0 comments on commit b090f63

Please sign in to comment.