summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-08 23:12:19 -0500
committerGitHub <noreply@github.com>2023-03-08 23:12:19 -0500
commitcbbe36500299ab250c6f8aec82f189b7aaf1b9cb (patch)
tree98c04e13b1aa0fba3885cb7e579294364cd950af
parent5adf280c42fe87cfbe57c3454ff42798dfa596ca (diff)
downloadpy-bcrypt-git-cbbe36500299ab250c6f8aec82f189b7aaf1b9cb.tar.gz
Bump cipher from 0.4.3 to 0.4.4 in /src/_bcrypt (#511)
Bumps [cipher](https://github.com/RustCrypto/traits) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/cipher-v0.4.3...cipher-v0.4.4) --- updated-dependencies: - dependency-name: cipher 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 7b0c9d2..1cd5294 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -86,9 +86,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
-version = "0.4.3"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
+checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",