Skip to content

Commit 4fc2056

Browse files
deps(rust): bump password-hash from 0.5.0 to 0.6.0
Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.5.0 to 0.6.0. - [Commits](RustCrypto/traits@password-hash-v0.5.0...password-hash-v0.6.0) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69e11b4 commit 4fc2056

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ axum-login = "0.18"
2121
tower-sessions = "0.14"
2222
tower-sessions-sqlx-store = { version = "0.15", features = ["postgres"] }
2323
argon2 = "0.5"
24-
password-hash = "0.5"
24+
password-hash = "0.6"
2525

2626
# WebSocket
2727
futures-util = "0.3"

0 commit comments

Comments
 (0)