Skip to content

Commit 2a515a3

Browse files
authored
Use tokio 1.48 in Cargo.toml (#4941)
1 parent 03ab7fa commit 2a515a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ tracing = "0.1.41"
240240
tracing-futures = "0.2.5"
241241
tracing-subscriber = { version = "0.3.19", default-features = false }
242242
toml = "0.8"
243-
tokio = "1.46"
243+
tokio = "1.48"
244244
tokio-util = { version = "0.7.15" }
245245
tokio-stream = { version = "0.1.17" }
246246
slab = "0.4.10"
@@ -489,7 +489,7 @@ pollster = "0.4.0"
489489

490490
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
491491
getrandom = { workspace = true, features = ["wasm_js"] }
492-
tokio = { version = "1.46", default-features = false, features = [
492+
tokio = { version = "1.48", default-features = false, features = [
493493
"sync",
494494
"macros",
495495
"io-util",
@@ -499,7 +499,7 @@ tokio = { version = "1.46", default-features = false, features = [
499499
uuid = { workspace = true, features = ["v4", "serde", "js"] }
500500

501501
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
502-
tokio = { version = "1.46", features = ["full"] }
502+
tokio = { version = "1.48", features = ["full"] }
503503

504504
# To make most examples faster to compile, we split out assets and http-related stuff
505505
# This trims off like 270 dependencies, leading to a significant speedup in compilation time

0 commit comments

Comments
 (0)