summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-18 18:32:58 +0000
committerGitHub <noreply@github.com>2024-05-18 18:32:58 +0000
commit0885eb3038c2efc96ddcc9bce28f653f7ed72121 (patch)
tree7458a1b468aea07af48a2f38e220dd5cfc2f9e3f
parent83a74a8a49508b312771e8329a626af4c1607b69 (diff)
downloadcryptography-upstream-main.tar.gz
Bump libc from 0.2.154 to 0.2.155 in /src/rust (#10995)upstream-main
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) --- 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>
-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 9a96e9654..fc2501a58 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -158,9 +158,9 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
name = "libc"
-version = "0.2.154"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "lock_api"