summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-31 06:53:22 +0000
committerGitHub <noreply@github.com>2021-10-31 06:53:22 +0000
commitbede3faf70a271fbf54a47da4605c7d5216bf31e (patch)
tree9bfdd72064da40c073e4c33261e99a5e05ea04bb /src/rust/Cargo.lock
parent9275fd07e37688ed7fb301852d899d99a5ac7fc3 (diff)
downloadcryptography-bede3faf70a271fbf54a47da4605c7d5216bf31e.tar.gz
Bump libc from 0.2.105 to 0.2.106 in /src/rust (#6502)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.105 to 0.2.106. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.105...0.2.106) --- 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>
Diffstat (limited to 'src/rust/Cargo.lock')
-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 a13fe9c9e..c85cf0fc4 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -123,9 +123,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.105"
+version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
+checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
[[package]]
name = "lock_api"