diff --git a/Cargo.lock b/Cargo.lock index eb9ce2fb9..c363315ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,9 +2348,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.142" +version = "0.2.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" +checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024" [[package]] name = "linux-raw-sys" diff --git a/Cargo.toml b/Cargo.toml index 3a0ad85dc..4b58654d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ indicatif = "0.17.3" indoc = "2.0.1" io_tee = "0.1.1" itertools = "0.10.5" -libc = "0.2.142" +libc = "0.2.143" ntest = "0.9.0" once_cell = "1.17.1" pathdiff = { version = "0.2.1", features = ["camino"] }