Skip to content

Commit 8e19715

Browse files
chore(deps): bump argon2 from 0.4.1 to 0.5.0
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/RustCrypto/password-hashes/releases) - [Commits](RustCrypto/password-hashes@scrypt-v0.4.1...argon2-v0.5.0) --- updated-dependencies: - dependency-name: argon2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c25437 commit 8e19715

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 14 additions & 4 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
@@ -36,7 +36,7 @@ unsafe-disable-cors = []
3636
disable-restart = []
3737

3838
[dependencies]
39-
argon2 = { version = "0.4.1", default-features = false, features = ["alloc", "password-hash"] }
39+
argon2 = { version = "0.5.0", default-features = false, features = ["alloc", "password-hash"] }
4040
async-std = { version = "1.11.0", default-features = false, features = ["attributes", "tokio1"] }
4141
bincode = "1.3.3"
4242
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }

0 commit comments

Comments
 (0)