Skip to content
Snippets Groups Projects
Commit 177fa4378005 authored by dependabot[bot]'s avatar dependabot[bot]
Browse files

Bump bcrypt-pbkdf from 0.8.1 to 0.9.0 in /src/_bcrypt

Bumps [bcrypt-pbkdf](https://github.com/RustCrypto/password-hashes) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/bcrypt-pbkdf-v0.8.1...bcrypt-pbkdf-v0.9.0

)

---
updated-dependencies:
- dependency-name: bcrypt-pbkdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b0a09afa0a6b
No related branches found
No related tags found
No related merge requests found
...@@ -28,5 +28,5 @@ ...@@ -28,5 +28,5 @@
[[package]] [[package]]
name = "bcrypt-pbkdf" name = "bcrypt-pbkdf"
version = "0.8.1" version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ef233ffa9cb9c7820b2b0e9efd0821ed180e866c9120ec9f45518659742074" checksum = "3806a8db60cf56efee531616a34a6aaa9a114d6da2add861b0fa4a188881b2c7"
dependencies = [ dependencies = [
"blowfish", "blowfish",
"pbkdf2", "pbkdf2",
...@@ -254,5 +254,5 @@ ...@@ -254,5 +254,5 @@
[[package]] [[package]]
name = "pbkdf2" name = "pbkdf2"
version = "0.10.1" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
...@@ -258,5 +258,5 @@ ...@@ -258,5 +258,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7" checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [ dependencies = [
"digest", "digest",
] ]
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
[dependencies] [dependencies]
pyo3 = { version = "0.15.2" } pyo3 = { version = "0.15.2" }
bcrypt = "0.13" bcrypt = "0.13"
bcrypt-pbkdf = "0.8.1" bcrypt-pbkdf = "0.9.0"
base64 = "0.13.1" base64 = "0.13.1"
[features] [features]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment