From a73a47acb692b89b7048bce3964e6f7d1d3d8a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:09:37 +0000 Subject: [PATCH] chore(deps): update bcrypt requirement from 0.17.0 to 0.19.0 Updates the requirements on [bcrypt](https://github.com/Keats/rust-bcrypt) to permit the latest version. - [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2e75fce..fab4638 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -46,7 +46,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] } [dependencies] # ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses base64 = "0.22.1" -bcrypt = "0.17.0" +bcrypt = "0.19.0" cargo_metadata = "0.23.0" chrono = "0.4.39" config = "0.15.7"