Skip to content

Commit 21e785e

Browse files
Bump tokio from 1.42.0 to 1.43.0 (#1203)
1 parent a95e2b0 commit 21e785e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
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
@@ -24,7 +24,7 @@ rustc-hash = { version = "1.1" }
2424
serde = { version = "1.0", features = ["std", "derive"] }
2525
serde_json = { version = "1.0", features = ["std"] }
2626
thiserror = { version = "2.0" }
27-
tokio = { version = "1.41" }
27+
tokio = { version = "1.43" }
2828
# If you update tonic, search for tonic-build in sub-crates and update their
2929
# version.
3030
tonic = { version = "0.12", default-features = false, features = [] }

integration/sheepdog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0"
1212
escargot = "0.5.13"
1313
shared = { path = "../shared" }
1414
tempfile = "3.15"
15-
tokio = { version = "1.41", features = [
15+
tokio = { version = "1.43", features = [
1616
"rt",
1717
"macros",
1818
"fs",

0 commit comments

Comments
 (0)