@@ -163,10 +163,10 @@ getrandom = { version = "0.2.10" }
163
163
untrusted = { version = " 0.9" }
164
164
165
165
[target .'cfg(all(any(all(target_arch = "aarch64", target_endian = "little"), all(target_arch = "arm", target_endian = "little")), any(target_os = "android", target_os = "linux")))' .dependencies ]
166
- libc = { version = " 0.2.148 " , default-features = false }
166
+ libc = { version = " 0.2.172 " , default-features = false }
167
167
168
168
[target .'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_vendor = "apple", any(target_os = "ios", target_os = "macos", target_os = "tvos", target_os = "visionos", target_os = "watchos")))' .dependencies ]
169
- libc = { version = " 0.2.155 " , default-features = false }
169
+ libc = { version = " 0.2.172 " , default-features = false }
170
170
171
171
[target .'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))' .dependencies ]
172
172
windows-sys = { version = " 0.52" , features = [" Win32_Foundation" , " Win32_System_Threading" ] }
@@ -175,7 +175,7 @@ windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_System_
175
175
wasm-bindgen-test = { version = " 0.3.37" , default-features = false , features = [" std" ] }
176
176
177
177
[target .'cfg(any(unix, windows, target_os = "wasi"))' .dev-dependencies ]
178
- libc = { version = " 0.2.148 " , default-features = false }
178
+ libc = { version = " 0.2.172 " , default-features = false }
179
179
180
180
[build-dependencies ]
181
181
cc = { version = " 1.2.8" , default-features = false }
0 commit comments