Skip to content

Commit bb8194f

Browse files
committed
[meta] update tokio back to 1.46.1
See #2463.
1 parent e95890b commit bb8194f

File tree

3 files changed

+35
-25
lines changed

3 files changed

+35
-25
lines changed

Cargo.lock

Lines changed: 27 additions & 17 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
@@ -126,7 +126,7 @@ target-spec-miette = "0.4.4"
126126
test-case = "3.3.1"
127127
test-strategy = "0.4.3"
128128
thiserror = "2.0.12"
129-
tokio = "1.45.0"
129+
tokio = "1.46.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132132
toml_edit = "0.23.0"

workspace-hack/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
4040
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4141
target-spec = { version = "3.5.0", default-features = false, features = ["custom", "summaries"] }
4242
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
43-
tokio = { version = "1.45.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
44-
tracing-core = { version = "0.1.33" }
43+
tokio = { version = "1.46.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
44+
tracing-core = { version = "0.1.34" }
4545
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
4646

4747
[build-dependencies]
@@ -58,12 +58,12 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
5858
futures-core = { version = "0.3.31" }
5959
futures-sink = { version = "0.3.31" }
6060
libc = { version = "0.2.174", features = ["extra_traits"] }
61-
miniz_oxide = { version = "0.8.8", default-features = false, features = ["with-alloc"] }
61+
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
6262
mio = { version = "1.0.4", features = ["net", "os-ext"] }
6363
percent-encoding = { version = "2.3.1" }
6464
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
6565
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
66-
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
66+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
6767

6868
[target.x86_64-unknown-linux-gnu.build-dependencies]
6969
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -75,12 +75,12 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
7575
futures-core = { version = "0.3.31" }
7676
futures-sink = { version = "0.3.31" }
7777
libc = { version = "0.2.174", features = ["extra_traits"] }
78-
miniz_oxide = { version = "0.8.8", default-features = false, features = ["with-alloc"] }
78+
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
7979
mio = { version = "1.0.4", features = ["net", "os-ext"] }
8080
percent-encoding = { version = "2.3.1" }
8181
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
8282
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
83-
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
83+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
8484

8585
[target.x86_64-apple-darwin.build-dependencies]
8686
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -92,7 +92,7 @@ futures-core = { version = "0.3.31" }
9292
futures-sink = { version = "0.3.31" }
9393
percent-encoding = { version = "2.3.1" }
9494
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
95-
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
95+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
9696
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
9797
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
9898

0 commit comments

Comments
 (0)