summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-08 07:49:52 +0000
committerGitHub <noreply@github.com>2021-03-08 07:49:52 +0000
commite07946324b80e7a1d16c76bf75ae3a84c11056d8 (patch)
treeed779cc039f7b34455c6d1b62f854c8ec6373db2
parent8ca4d5a014191be8de10c3f46935bc7780eae444 (diff)
downloadcryptography-dependabot/cargo/src/rust/libc-0.2.88.tar.gz
Bump libc from 0.2.87 to 0.2.88 in /src/rustdependabot/cargo/src/rust/libc-0.2.88
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.87 to 0.2.88. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.87...0.2.88) 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 275c34709..ed8d6c0e8 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213"
+checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
[[package]]
name = "lock_api"