Skip to content

Commit

Permalink
Bump tokio from 1.42.0 to 1.43.0 (#1342)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

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

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 Jan 10, 2025
1 parent 2523c7a commit bd6a35f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -57,7 +57,7 @@ version = "0.3.31"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"
version = "1.43.0"

[dependencies.tokio-stream]
features = ["net"]
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ version = "0.3.31"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"
version = "1.43.0"

[dependencies.tokio-stream]
features = ["net"]
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openssl = { version = "0.10.68", features = ["vendored"] }

[dependencies.tokio]
features = ["full"]
version = "1.42.0"
version = "1.43.0"

[build-dependencies]
tonic-build = { version = "0.11.0", features = ["prost"] }
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 @@ -76,7 +76,7 @@ version = "0.3.31"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"
version = "1.43.0"

[dependencies.tokio-stream]
features = ["net"]
Expand Down

0 comments on commit bd6a35f

Please sign in to comment.