diff --git a/Cargo.lock b/Cargo.lock index 5fa80884..fa41ef86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2030,9 +2030,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libmimalloc-sys" diff --git a/Cargo.toml b/Cargo.toml index bd4d0f7e..509225d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ doc = true doctest = true bench = false [target.'cfg(windows)'.dependencies] -libc = "0.2.167" +libc = "0.2.168" [[bin]] name = "s4"