Bump base64 from 0.21.6 to 0.21.7 in /src/_bcrypt (#726)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.6 to 0.21.7. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.6...v0.21.7) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production 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>
This commit is contained in:
parent
fafb279b4b
commit
4fc641afe2
4
src/_bcrypt/Cargo.lock
generated
4
src/_bcrypt/Cargo.lock
generated
@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.21.6"
|
||||
version = "0.21.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
|
||||
[[package]]
|
||||
name = "bcrypt"
|
||||
|
||||
@ -9,7 +9,7 @@ publish = false
|
||||
pyo3 = { version = "0.20.2", features = ["abi3"] }
|
||||
bcrypt = "0.15"
|
||||
bcrypt-pbkdf = "0.10.0"
|
||||
base64 = "0.21.6"
|
||||
base64 = "0.21.7"
|
||||
subtle = "2.5"
|
||||
getrandom = "0.2"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user