@@ -40,15 +40,15 @@ once_cell = { version = "1.5.2", optional = true }
40
40
[target .'cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))' .dependencies ]
41
41
linux-raw-sys = { version = " 0.0.46" , default-features = false , features = [" general" , " errno" , " ioctl" , " no_std" ] }
42
42
libc_errno = { package = " errno" , version = " 0.2.8" , default-features = false , optional = true }
43
- libc = { version = " 0.2.118 " , features = [" extra_traits" ], optional = true }
43
+ libc = { version = " 0.2.126 " , features = [" extra_traits" ], optional = true }
44
44
45
45
# Dependencies for platforms where only libc is supported:
46
46
#
47
47
# On all other Unix-family platforms, and under Miri, we always use the libc
48
48
# backend, so enable its dependencies unconditionally.
49
49
[target .'cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))' .dependencies ]
50
50
libc_errno = { package = " errno" , version = " 0.2.8" , default-features = false }
51
- libc = { version = " 0.2.118 " , features = [" extra_traits" ] }
51
+ libc = { version = " 0.2.126 " , features = [" extra_traits" ] }
52
52
53
53
# Additional dependencies for Linux with the libc backend:
54
54
#
@@ -69,7 +69,7 @@ features = [
69
69
70
70
[dev-dependencies ]
71
71
tempfile = " 3.2.0"
72
- libc = " 0.2.118 "
72
+ libc = " 0.2.126 "
73
73
libc_errno = { package = " errno" , version = " 0.2.8" }
74
74
io-lifetimes = { version = " 0.7.0" , default-features = false }
75
75
# Don't upgrade to serial_test 0.7 for now because it depends on a
0 commit comments