summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 11:08:55 -0600
committerGitHub <noreply@github.com>2022-05-01 11:08:55 -0600
commit66da39e6d7b867c2e399b2b7d40b0547e17df92c (patch)
treefb6056e995ec4b0299aacb103127c9feedcc5cf8
parent35f224cfd864bc07c62fa984297796acad1608ba (diff)
downloadpy-bcrypt-git-66da39e6d7b867c2e399b2b7d40b0547e17df92c.tar.gz
Bump cipher from 0.4.2 to 0.4.3 in /src/_bcrypt (#313)
Bumps [cipher](https://github.com/RustCrypto/traits) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/aead-v0.4.2...cipher-v0.4.3) --- 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 c32033f..9f1fc17 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -85,9 +85,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "035bd298db1557b73a277e9c599c5a50e0d2e6ee9dcac78f3f951cb2f7d88d8c"
+checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",