diff --git a/Cargo.lock b/Cargo.lock index 4432789987c..8d545295d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,9 +1560,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libredox" diff --git a/Cargo.toml b/Cargo.toml index 8b19534cfdb..dac29384886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ indoc = "2.0.5" insta = { version = "1.41.1", default-features = false } is_ci = "1.2.0" itertools = "0.13.0" -libc = "0.2.168" +libc = "0.2.169" libtest-mimic = "0.8.1" log = "0.4.22" maplit = "1.0.2" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index e31b26ed547..f54440a6ac3 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -49,7 +49,7 @@ syn = { version = "2.0.90", features = ["extra-traits", "full", "visit", "visit- futures-channel = { version = "0.3.31", features = ["sink"] } futures-core = { version = "0.3.31" } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.168", features = ["extra_traits"] } +libc = { version = "0.2.169", features = ["extra_traits"] } linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] } mio = { version = "1.0.2", features = ["net", "os-ext"] } rustix = { version = "0.38.37", features = ["fs", "stdio", "termios"] } @@ -57,20 +57,20 @@ smallvec = { version = "1.13.2", default-features = false, features = ["const_ne tokio = { version = "1.42.0", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -libc = { version = "0.2.168", features = ["extra_traits"] } +libc = { version = "0.2.169", features = ["extra_traits"] } [target.x86_64-apple-darwin.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] } futures-core = { version = "0.3.31" } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.168", features = ["extra_traits"] } +libc = { version = "0.2.169", features = ["extra_traits"] } mio = { version = "1.0.2", features = ["net", "os-ext"] } rustix = { version = "0.38.37", features = ["fs", "stdio", "termios"] } smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] } tokio = { version = "1.42.0", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] -libc = { version = "0.2.168", features = ["extra_traits"] } +libc = { version = "0.2.169", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] }