From ac9c14ae77244cbe42acdff75b4a8184aaa593fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:49:32 +0000 Subject: [PATCH] deps(deps): bump bcrypt from 0.15.1 to 0.17.0 Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.15.1 to 0.17.0. - [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.15.1...v0.17.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d4a463..a95e85b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,13 +330,13 @@ dependencies = [ [[package]] name = "bcrypt" -version = "0.15.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" +checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f" dependencies = [ "base64 0.22.1", "blowfish", - "getrandom 0.2.16", + "getrandom 0.3.3", "subtle", "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 5c65a52..0213a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tracing-subscriber = "0.3" json-patch = "4.0.0" regex = "1.0" clap = { version = "4.0", features = ["derive"] } -bcrypt = "0.15" +bcrypt = "0.17" argon2 = "0.5" sha1 = "0.10" base64 = "0.22"