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

Bump bcrypt from 0.11.0 to 0.12.1 in /src/_bcrypt (#314)

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.11.0 to 0.12.1.
- [Release notes](https://github.com/Keats/rust-bcrypt/releases)
- [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.11.0...v0.12.1

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 0804a17281b8
Branches
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@
[[package]]
name = "bcrypt"
version = "0.11.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
......@@ -20,6 +20,6 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8d70a6d9cd7179c1020c7f48512203ffe48cd1a442359e5f81881bf2cc165ac"
checksum = "6fe4fef31efb0f76133ae8e3576a88e58edb7cfc5584c81c758c349ba46b43fc"
dependencies = [
"base64",
"blowfish",
"getrandom",
......@@ -22,7 +22,8 @@
dependencies = [
"base64",
"blowfish",
"getrandom",
"zeroize",
]
[[package]]
......@@ -432,3 +433,9 @@
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "zeroize"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
......@@ -7,7 +7,7 @@
[dependencies]
pyo3 = { version = "0.15.2" }
bcrypt = "0.11"
bcrypt = "0.12"
bcrypt-pbkdf = "0.8.1"
base64 = "0.13.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment