@@ -47,21 +47,22 @@ zerocopy = { version = "0.7.35", features = ["derive", "simd"] }
47
47
camino = { version = " 1.1.9" , default-features = false , features = [" serde1" ] }
48
48
cc = { version = " 1.2.15" , default-features = false , features = [" parallel" ] }
49
49
memchr = { version = " 2.7.4" }
50
- proc-macro2 = { version = " 1.0.93 " }
51
- quote = { version = " 1.0.38 " }
50
+ proc-macro2 = { version = " 1.0.95 " }
51
+ quote = { version = " 1.0.40 " }
52
52
serde = { version = " 1.0.219" , features = [" alloc" , " derive" ] }
53
- syn = { version = " 2.0.98 " , features = [" extra-traits" , " full" , " visit" , " visit-mut" ] }
53
+ syn = { version = " 2.0.101 " , features = [" extra-traits" , " full" , " visit" , " visit-mut" ] }
54
54
55
55
[target .x86_64-unknown-linux-gnu .dependencies ]
56
56
bitflags = { version = " 2.9.0" , default-features = false , features = [" std" ] }
57
57
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
58
58
futures-core = { version = " 0.3.31" }
59
59
futures-sink = { version = " 0.3.31" }
60
- getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1 " , default-features = false , features = [" std" ] }
60
+ getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.3 " , default-features = false , features = [" std" ] }
61
61
libc = { version = " 0.2.172" , features = [" extra_traits" ] }
62
62
linux-raw-sys = { version = " 0.4.15" , default-features = false , features = [" elf" , " errno" , " general" , " ioctl" , " no_std" , " std" ] }
63
63
mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
64
- rustix = { version = " 0.38.44" , features = [" fs" , " termios" ] }
64
+ rustix-d585fab2519d2d1 = { package = " rustix" , version = " 0.38.44" , features = [" fs" , " termios" ] }
65
+ rustix-dff4ba8e3ae991db = { package = " rustix" , version = " 1.0.7" , features = [" fs" , " stdio" , " termios" ] }
65
66
smallvec = { version = " 1.15.0" , default-features = false , features = [" const_new" ] }
66
67
tokio = { version = " 1.45.0" , default-features = false , features = [" net" ] }
67
68
@@ -74,10 +75,11 @@ bitflags = { version = "2.9.0", default-features = false, features = ["std"] }
74
75
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
75
76
futures-core = { version = " 0.3.31" }
76
77
futures-sink = { version = " 0.3.31" }
77
- getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1 " , default-features = false , features = [" std" ] }
78
+ getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.3 " , default-features = false , features = [" std" ] }
78
79
libc = { version = " 0.2.172" , features = [" extra_traits" ] }
79
80
mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
80
- rustix = { version = " 0.38.44" , features = [" fs" , " termios" ] }
81
+ rustix-d585fab2519d2d1 = { package = " rustix" , version = " 0.38.44" , features = [" fs" , " termios" ] }
82
+ rustix-dff4ba8e3ae991db = { package = " rustix" , version = " 1.0.7" , features = [" fs" , " stdio" , " termios" ] }
81
83
smallvec = { version = " 1.15.0" , default-features = false , features = [" const_new" ] }
82
84
tokio = { version = " 1.45.0" , default-features = false , features = [" net" ] }
83
85
@@ -89,10 +91,10 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
89
91
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
90
92
futures-core = { version = " 0.3.31" }
91
93
futures-sink = { version = " 0.3.31" }
92
- getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1 " , default-features = false , features = [" std" ] }
94
+ getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.3 " , default-features = false , features = [" std" ] }
93
95
smallvec = { version = " 1.15.0" , default-features = false , features = [" const_new" ] }
94
96
tokio = { version = " 1.45.0" , default-features = false , features = [" net" ] }
95
- windows-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" ] }
96
- windows-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" ] }
97
+ windows-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_Threading" , " Win32_UI_Input_KeyboardAndMouse" , " Win32_UI_Shell" ] }
98
+ windows-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_SystemInformation " , " Win32_System_SystemServices" , " Win32_System_Threading" , " Win32_System_WindowsProgramming" , " Win32_UI_Shell" ] }
97
99
98
100
# ## END HAKARI SECTION
0 commit comments