From d6ecc14e5a78b4bf66fdb2164de6cf9bcdd2dc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:31:28 +1100 Subject: [PATCH] Bump libc from 0.2.134 to 0.2.135 (#1128) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.134 to 0.2.135. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.134...0.2.135) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac12ce406..9b7a4bc89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2452,9 +2452,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.134" +version = "0.2.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb" +checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 4a92bcdee..e6ad16d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ last-git-commit = "0.2.0" # REMOVE this lazy_static = "^1.4.0" ldap3_proto = "^0.2.3" -libc = "^0.2.127" +libc = "^0.2.135" libnss = "^0.4.0" libsqlite3-sys = "^0.25.0" lru = "^0.8.0"