You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump password-hash from 0.4.0 to 0.4.1
Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/password-hash-v0.4.0...password-hash-v0.4.1) --- updated-dependencies: - dependency-name: password-hash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
374669fa7d
commit
3885aff6cb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2718,9 +2718,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "password-hash"
|
name = "password-hash"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "aa26fd5c3cd6e6bb83dd9c0cef40fbeb77d7596339ca46c18a6f66919bb07769"
|
checksum = "e029e94abc8fb0065241c308f1ac6bc8d20f450e8f7c5f0b25cd9b8d526ba294"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64ct",
|
"base64ct",
|
||||||
"rand_core",
|
"rand_core",
|
||||||
|
@ -17,7 +17,7 @@ tracing = "0.1.34"
|
|||||||
|
|
||||||
# Password hashing
|
# Password hashing
|
||||||
argon2 = { version = "0.4.0", features = ["password-hash"] }
|
argon2 = { version = "0.4.0", features = ["password-hash"] }
|
||||||
password-hash = { version = "0.4.0", features = ["std"] }
|
password-hash = { version = "0.4.1", features = ["std"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
url = { version = "2.2.2", features = ["serde"] }
|
url = { version = "2.2.2", features = ["serde"] }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user