diff --git a/Cargo.lock b/Cargo.lock index a67faf3..cd5c2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" [[package]] name = "nix" diff --git a/Cargo.toml b/Cargo.toml index e6b49fc..7d79c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" include = ["src/*.rs", "Cargo.toml"] [target."cfg(unix)".dependencies] -libc = { version = "0.2.180" } +libc = { version = "0.2.185" } [target."cfg(windows)".dependencies] windows-sys = { version = "0.59", features = [