Skip to content

Commit 72f0b26

Browse files
Bump tokio from 1.38.0 to 1.39.2 (#925)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2) --- 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>
1 parent 03c1bad commit 72f0b26

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc-hash = { version = "1.1" }
2222
serde = { version = "1.0", features = ["std", "derive"] }
2323
serde_json = { version = "1.0", features = ["std"] }
2424
thiserror = { version = "1.0" }
25-
tokio = { version = "1.38" }
25+
tokio = { version = "1.39" }
2626
tracing = { version = "0.1" }
2727
uuid = { version = "1.6", default-features = false, features = ["v4", "serde"] }
2828

integration/ducks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ once_cell = "1.18"
1616
serde_json = "1.0"
1717
shared = { path = "../shared" }
1818
sketches-ddsketch = "0.2"
19-
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
19+
tokio = { version = "1.39", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
2020
tokio-stream = { version = "0.1", features = ["net"] }
2121
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"] }
2222
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }

integration/sheepdog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ escargot = "0.5.8"
1313
serde_json = "1.0"
1414
shared = { path = "../shared" }
1515
tempfile = "3.12"
16-
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
16+
tokio = { version = "1.39", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
1717
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]}
1818
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
1919
tracing = { version = "0.1", features = ["std", "attributes"] }

0 commit comments

Comments
 (0)