summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-17 12:28:05 +0000
committerGitHub <noreply@github.com>2022-08-17 12:28:05 +0000
commit7a4bfea5555c1f4b2cc9dda5fb281e6aa4869f5d (patch)
treeeb9055d6f69a4e12db28303ded4d08ef62ae5908
parentb51ff50c6b10f4a06c58801014380a7b004e23d7 (diff)
downloadcryptography-7a4bfea5555c1f4b2cc9dda5fb281e6aa4869f5d.tar.gz
Bump libc from 0.2.131 to 0.2.132 in /src/rust (#7523)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.131 to 0.2.132. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.131...0.2.132) --- updated-dependencies: - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 8c1132443..3c00bea35 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -160,9 +160,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.131"
+version = "0.2.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
+checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
[[package]]
name = "lock_api"