diff --git a/Cargo.lock b/Cargo.lock index 1104466..c1771f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "linux-raw-sys" diff --git a/Cargo.toml b/Cargo.toml index 56de28d..6f000c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tempfile = "3.8.1" test-log = "0.2.13" [target.'cfg(not(windows))'.dependencies] -libc = "0.2.149" +libc = "0.2.150" # Saves nontrivial unsafe and platform specific code (Darwin vs other Unixes, # MAX_PATH and more : consider it weak and something we can remove if expedient # later.