summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-08 23:12:13 -0500
committerGitHub <noreply@github.com>2023-03-08 23:12:13 -0500
commit5adf280c42fe87cfbe57c3454ff42798dfa596ca (patch)
tree197621aae12a0e0d513082f22c1caccb26826920
parent6ba554ea1e068f725f433fb049615f759e8db52e (diff)
downloadpy-bcrypt-git-5adf280c42fe87cfbe57c3454ff42798dfa596ca.tar.gz
Bump block-buffer from 0.10.3 to 0.10.4 in /src/_bcrypt (#510)
Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/block-buffer-v0.10.3...block-buffer-v0.10.4) --- updated-dependencies: - dependency-name: block-buffer 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 7d45927..7b0c9d2 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -55,9 +55,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block-buffer"
-version = "0.10.3"
+version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]