@@ -35,7 +35,7 @@ regex-automata = { version = "0.4.9", default-features = false, features = ["dfa
3535regex-syntax = { version = " 0.8.5" }
3636serde = { version = " 1.0.219" , features = [" alloc" , " derive" ] }
3737serde_json = { version = " 1.0.140" , features = [" unbounded_depth" ] }
38- smallvec = { version = " 1.14 .0" , default-features = false , features = [" const_generics" ] }
38+ smallvec = { version = " 1.15 .0" , default-features = false , features = [" const_generics" ] }
3939target-spec = { version = " 3.4.2" , default-features = false , features = [" custom" , " summaries" ] }
4040target-spec-miette = { version = " 0.4.4" , default-features = false , features = [" fixtures" ] }
4141tokio = { version = " 1.44.1" , features = [" fs" , " io-std" , " io-util" , " macros" , " process" , " rt-multi-thread" , " signal" , " sync" , " time" , " tracing" ] }
@@ -61,7 +61,7 @@ libc = { version = "0.2.171", features = ["extra_traits"] }
6161linux-raw-sys = { version = " 0.4.15" , default-features = false , features = [" elf" , " errno" , " general" , " ioctl" , " no_std" , " std" ] }
6262mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
6363rustix = { version = " 0.38.44" , features = [" fs" , " stdio" , " termios" ] }
64- smallvec = { version = " 1.14 .0" , default-features = false , features = [" const_new" ] }
64+ smallvec = { version = " 1.15 .0" , default-features = false , features = [" const_new" ] }
6565tokio = { version = " 1.44.1" , default-features = false , features = [" net" ] }
6666
6767[target .x86_64-unknown-linux-gnu .build-dependencies ]
@@ -75,7 +75,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
7575libc = { version = " 0.2.171" , features = [" extra_traits" ] }
7676mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
7777rustix = { version = " 0.38.44" , features = [" fs" , " stdio" , " termios" ] }
78- smallvec = { version = " 1.14 .0" , default-features = false , features = [" const_new" ] }
78+ smallvec = { version = " 1.15 .0" , default-features = false , features = [" const_new" ] }
7979tokio = { version = " 1.44.1" , default-features = false , features = [" net" ] }
8080
8181[target .x86_64-apple-darwin .build-dependencies ]
@@ -86,7 +86,7 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
8686futures-core = { version = " 0.3.31" }
8787futures-sink = { version = " 0.3.31" }
8888getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
89- smallvec = { version = " 1.14 .0" , default-features = false , features = [" const_new" ] }
89+ smallvec = { version = " 1.15 .0" , default-features = false , features = [" const_new" ] }
9090tokio = { version = " 1.44.1" , default-features = false , features = [" net" ] }
9191windows-sys-73dcd821b1037cfd = { package = " windows-sys" , version = " 0.59.0" , features = [" Win32_Globalization" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Com" , " Win32_System_Console" , " Win32_System_JobObjects" , " Win32_System_Pipes" , " Win32_System_SystemInformation" , " Win32_System_Threading" , " Win32_UI_Input_KeyboardAndMouse" , " Win32_UI_Shell" ] }
9292windows-sys-b21d60becc0929df = { package = " windows-sys" , version = " 0.52.0" , features = [" Wdk_Foundation" , " Wdk_Storage_FileSystem" , " Wdk_System_IO" , " 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" ] }
0 commit comments