summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-31 06:20:53 +0000
committerGitHub <noreply@github.com>2021-03-31 06:20:53 +0000
commitaecc6f840a3721fbda70f3faae207aa70341b020 (patch)
treed53a11b54886969e32f5497fbc862a5ccc8ebeee
parentdd63aca1ae8360429e5923bde7e60374c01e233e (diff)
downloadcryptography-dependabot/cargo/src/rust/libc-0.2.92.tar.gz
Bump libc from 0.2.91 to 0.2.92 in /src/rustdependabot/cargo/src/rust/libc-0.2.92
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.91 to 0.2.92. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.91...0.2.92) Signed-off-by: dependabot[bot] <support@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 59992d167..5a523c937 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.91"
+version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
+checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
[[package]]
name = "lock_api"