summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-07 14:18:52 +0000
committerGitHub <noreply@github.com>2023-05-07 14:18:52 +0000
commit47b5ea6a9a914585a52bebe3d1e6be328a551734 (patch)
tree2f2e8c94443af7efe8bbaea3adadd89e32bb9bc7
parentb284ff959183aeaa8f986700ef119d0f08dd6af0 (diff)
downloadcryptography-47b5ea6a9a914585a52bebe3d1e6be328a551734.tar.gz
Bump libc from 0.2.142 to 0.2.143 in /src/rust (#8882)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.142 to 0.2.143. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.142...0.2.143) --- 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 cb554bb97..c7e79503c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -131,9 +131,9 @@ checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
[[package]]
name = "libc"
-version = "0.2.142"
+version = "0.2.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
+checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024"
[[package]]
name = "lock_api"