From fc46c8c46bb4aef8ebc590a587a25f7286f4ab42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:16:43 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ee7170c..4a09a99bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f3c96fa37..c166ddff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [