diff --git a/Cargo.lock b/Cargo.lock index 202e57695e5cf3671dd7bd18f38a02f342db22f6..d6f736584a8f42956bfd204bf316683f6fad5208 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 f2fa309def9276184fb88ee45c0d738054c484bd..c9be8322e54ce44311be97704aeab0da91cbfdd7 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"