summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-23 08:53:21 -0400
committerGitHub <noreply@github.com>2021-08-23 08:53:21 -0400
commitdc05cc85ce3579e28b8ab1ff6ddcd72957e91824 (patch)
tree0ef709c4e902e83dc9e42fe294d778d17ca3a47c
parent6cc76c153e86cbb230231efde2e8dbe0b1234b28 (diff)
downloadcryptography-dc05cc85ce3579e28b8ab1ff6ddcd72957e91824.tar.gz
Bump libc from 0.2.99 to 0.2.100 in /src/rust (#6218)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.99 to 0.2.100. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.99...0.2.100) --- updated-dependencies: - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 23af7bcf6..2f8739476 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -121,9 +121,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.99"
+version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
+checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5"
[[package]]
name = "lock_api"