summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-08 12:05:59 +0000
committerGitHub <noreply@github.com>2021-11-08 12:05:59 +0000
commit0678c4c5ef310bbcf5981dbc0befa0176148d719 (patch)
tree9196d8fc2b8ada529cac7cb919f00a167b60e1a2
parent2c808f08079f4c7751148c2783180bdcf9c1b2dd (diff)
downloadcryptography-dependabot/cargo/src/rust/libc-0.2.107.tar.gz
Bump libc from 0.2.106 to 0.2.107 in /src/rustdependabot/cargo/src/rust/libc-0.2.107
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.106 to 0.2.107. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.106...0.2.107) --- updated-dependencies: - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch ... 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 873bee324..14f598e17 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -123,9 +123,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.106"
+version = "0.2.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
+checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
[[package]]
name = "lock_api"