From 7f90a4b18fb2704684391408b98f2d42ccfbb062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:05:49 +0000 Subject: [PATCH] Bump libc from 0.2.98 to 0.2.100 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.98 to 0.2.100. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.98...0.2.100) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645ba30dd..b792b3b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,9 +716,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.98" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" +checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index aadadb0be..56301d469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ ansi_term = "0.12" [target.'cfg(not(windows))'.dependencies] base64 = "0.13.0" -libc = "0.2.98" +libc = "0.2.100" [dev-dependencies] more-asserts = "0.2"