Skip to content

Commit d80ddd4

Browse files
Update Rust crate tokio to 1.47.0 (#8701)
1 parent 17ab505 commit d80ddd4

File tree

3 files changed

+38
-15
lines changed

3 files changed

+38
-15
lines changed

Cargo.lock

Lines changed: 35 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ textwrap = { version = "0.16.2", features = [ "terminal_size" ] }
737737
test-strategy = "0.4.3"
738738
thiserror = "2.0"
739739
tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" }
740-
tokio = "1.45.1"
740+
tokio = "1.47.0"
741741
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }
742742
tokio-stream = "0.1.17"
743743
tokio-tungstenite = "0.23.1"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subtle = { version = "2.6.1" }
131131
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.104", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
132132
thiserror = { version = "2.0.12" }
133133
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
134-
tokio = { version = "1.45.1", features = ["full", "test-util"] }
134+
tokio = { version = "1.47.0", features = ["full", "test-util"] }
135135
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
136136
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
137137
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
@@ -269,7 +269,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.104", features = ["extr
269269
thiserror = { version = "2.0.12" }
270270
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
271271
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
272-
tokio = { version = "1.45.1", features = ["full", "test-util"] }
272+
tokio = { version = "1.47.0", features = ["full", "test-util"] }
273273
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
274274
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
275275
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }

0 commit comments

Comments
 (0)