Skip to content

Commit fcdcbd7

Browse files
Bump tokio from 1.44.0 to 1.44.1 (#1392)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio 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>
1 parent c95860d commit fcdcbd7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ version = "0.3.31"
5757

5858
[dependencies.tokio]
5959
features = ["full"]
60-
version = "1.44.0"
60+
version = "1.44.1"
6161

6262
[dependencies.tokio-stream]
6363
features = ["net"]

bazelfe-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ version = "0.3.31"
110110

111111
[dependencies.tokio]
112112
features = ["full"]
113-
version = "1.44.0"
113+
version = "1.44.1"
114114

115115
[dependencies.tokio-stream]
116116
features = ["net"]

bazelfe-protos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ openssl = { version = "0.10.71", features = ["vendored"] }
1616

1717
[dependencies.tokio]
1818
features = ["full"]
19-
version = "1.44.0"
19+
version = "1.44.1"
2020

2121
[build-dependencies]
2222
tonic-build = { version = "0.11.0", features = ["prost"] }

bzl-remote-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ version = "0.3.31"
7676

7777
[dependencies.tokio]
7878
features = ["full"]
79-
version = "1.44.0"
79+
version = "1.44.1"
8080

8181
[dependencies.tokio-stream]
8282
features = ["net"]

0 commit comments

Comments
 (0)