From badc55429f3ea8c481fb45604072e7c267830458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 06:09:36 +0000 Subject: [PATCH] chore(deps): update bcrypt requirement from 0.17.0 to 0.18.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.18.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 0.18.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..1074e8f 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.18.0" cargo_metadata = "0.23.0" chrono = "0.4.39" config = "0.15.7"