summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-04 23:09:29 -0500
committerGitHub <noreply@github.com>2023-04-04 23:09:29 -0500
commit9f036331d6b2456599afd15fa442a2406d093302 (patch)
treec19769bda60e88718ffedaf5bceb551200884f14
parentf27939d444bc8ec96e18d6bdb9654e36c8f89a76 (diff)
downloadpy-bcrypt-git-9f036331d6b2456599afd15fa442a2406d093302.tar.gz
Bump libc from 0.2.140 to 0.2.141 in /src/_bcrypt (#530)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.140 to 0.2.141. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.140...0.2.141) --- 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/_bcrypt/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
index 8e8b5db..709c060 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -188,9 +188,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.140"
+version = "0.2.141"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
+checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
[[package]]
name = "lock_api"