diff --git a/Cargo.lock b/Cargo.lock index 09ad101..5919f00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,9 +1505,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.186" +version = "0.2.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" +checksum = "22053b6a34f84abc97f9129e61334f40174659a1b9bd18c970b83db6a9a6348b" [[package]] name = "libmimalloc-sys" diff --git a/Cargo.toml b/Cargo.toml index 2769d08..92ca117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ zip = { version = "=8.6.0", default-features = false, features = ["deflate"] } zstd = "=0.13.3" [target.'cfg(unix)'.dependencies] -libc = "=0.2.186" +libc = "=0.2.188" [target.'cfg(windows)'.dependencies] windows-sys = { version = "=0.61.2", features = ["Win32_Foundation", "Win32_NetworkManagement_Dns", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_ToolHelp", "Win32_System_IO", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_Threading"] }