mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump argon2 from 0.5.1 to 0.5.2 (#2096)
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.5.1 to 0.5.2. - [Commits](https://github.com/RustCrypto/password-hashes/compare/argon2-v0.5.1...argon2-v0.5.2) --- updated-dependencies: - dependency-name: argon2 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
85724c28f1
commit
fc46c8c46b
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -138,9 +138,9 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|||
|
||||
[[package]]
|
||||
name = "argon2"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b2e554a8638bdc1e4eae9984845306cc95f8a9208ba8d49c3859fd958b46774d"
|
||||
checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9"
|
||||
dependencies = [
|
||||
"base64ct",
|
||||
"blake2",
|
||||
|
|
|
@ -83,7 +83,7 @@ kanidm_unix_int = { path = "./unix_integration" }
|
|||
kanidm_utils_users = { path = "./libs/users" }
|
||||
|
||||
serde_with = "3.3.0"
|
||||
argon2 = { version = "0.5.1", features = ["alloc"] }
|
||||
argon2 = { version = "0.5.2", features = ["alloc"] }
|
||||
async-recursion = "1.0.5"
|
||||
async-trait = "^0.1.73"
|
||||
axum = { version = "0.6.20", features = [
|
||||
|
|
Loading…
Reference in a new issue