Skip to content

Commit

Permalink
Bump argon2 from 0.5.2 to 0.5.3
Browse files Browse the repository at this point in the history
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.5.2 to 0.5.3.
- [Commits](RustCrypto/password-hashes@argon2-v0.5.2...argon2-v0.5.3)

---
updated-dependencies:
- dependency-name: argon2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 1c811da commit 7f44b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ serde = "1.0.190"
typed-session = "0.9.0"
typed-session-axum = "0.2.2"
password-hash = { version = "0.5.0", features = ["std"] }
argon2 = { version = "0.5.1", features = ["std"] }
argon2 = { version = "0.5.3", features = ["std"] }
rand = "0.8.5"

# sensitive data handling
Expand Down

0 comments on commit 7f44b22

Please sign in to comment.