@@ -40,8 +40,8 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
4040smallvec = { version = " 1.15.1" , default-features = false , features = [" const_generics" ] }
4141target-spec = { version = " 3.5.0" , default-features = false , features = [" custom" , " summaries" ] }
4242target-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 " }
4545xxhash-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"] }
5858futures-core = { version = " 0.3.31" }
5959futures-sink = { version = " 0.3.31" }
6060libc = { 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" ] }
6262mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
6363percent-encoding = { version = " 2.3.1" }
6464rustix = { version = " 1.0.7" , features = [" fs" , " stdio" , " termios" ] }
6565smallvec = { 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 ]
6969bitflags = { version = " 2.9.1" , default-features = false , features = [" std" ] }
@@ -75,12 +75,12 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
7575futures-core = { version = " 0.3.31" }
7676futures-sink = { version = " 0.3.31" }
7777libc = { 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" ] }
7979mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
8080percent-encoding = { version = " 2.3.1" }
8181rustix = { version = " 1.0.7" , features = [" fs" , " stdio" , " termios" ] }
8282smallvec = { 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 ]
8686bitflags = { version = " 2.9.1" , default-features = false , features = [" std" ] }
@@ -92,7 +92,7 @@ futures-core = { version = "0.3.31" }
9292futures-sink = { version = " 0.3.31" }
9393percent-encoding = { version = " 2.3.1" }
9494smallvec = { 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" ] }
9696windows-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" ] }
9797windows-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