diff --git a/Cargo.lock b/Cargo.lock index 85d28b9b..e3e4cb90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,9 +1274,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" [[package]] name = "libc" -version = "0.2.175" +version = "0.2.176" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" +checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "libz-rs-sys" diff --git a/unity-version/Cargo.toml b/unity-version/Cargo.toml index 4db14374..b9d33ac9 100644 --- a/unity-version/Cargo.toml +++ b/unity-version/Cargo.toml @@ -32,7 +32,7 @@ plist = "1.7.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winver","memoryapi"] } widestring = "1.2.0" -libc = "0.2.80" +libc = "0.2.176" [dev-dependencies] proptest = "1.4.0"