diff --git a/Cargo.lock b/Cargo.lock index 202e5769..d6f73658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,14 +78,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.35" +version = "0.2.36" [[package]] name = "libc-test" version = "0.1.0" dependencies = [ "ctest 0.1.6 (git+https://github.com/alexcrichton/ctest)", - "libc 0.2.35", + "libc 0.2.36", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f2fa309d..c9be8322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.35" +version = "0.2.36" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"