summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-28 07:00:07 +0000
committerGitHub <noreply@github.com>2021-01-28 07:00:07 +0000
commit173cd17407f23d7ce8ea23c4e8236490db891c97 (patch)
tree3e229625c52f7b43f2046ef230eedebf2ca17c19
parentdbe2f0cdd71369a9d2ef47f74b8c9d292a6698cf (diff)
downloadcryptography-dependabot/cargo/src/rust/libc-0.2.83.tar.gz
Bump libc from 0.2.82 to 0.2.83 in /src/rustdependabot/cargo/src/rust/libc-0.2.83
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.82 to 0.2.83. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.82...0.2.83) 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 257e095b5..41a30a6a4 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -76,9 +76,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.82"
+version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
+checksum = "7eb0c4e9c72ee9d69b767adebc5f4788462a3b45624acd919475c92597bcaf4f"
[[package]]
name = "lock_api"