diff --git a/Cargo.lock b/Cargo.lock index 009e698bf3..95eeafd614 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,9 +1721,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libffi" diff --git a/Cargo.toml b/Cargo.toml index 545d85982d..c5f708d93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ insta = "1.46" itertools = "0.14.0" is-macro = "0.3.7" junction = "1.4.2" -libc = "0.2.182" +libc = "0.2.183" libffi = "5" log = "0.4.29" nix = { version = "0.30", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }