From d957c1f589fedd233aef7bfddac4ba9169871ac7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jun 2025 01:16:14 +0000 Subject: [PATCH] Update Rust crate bcrypt to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7629627..b2bc850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "d maud = "0.26.0" rand = "0.8.5" data-encoding = "2.6.0" -bcrypt = "0.16.0" +bcrypt = "0.17.0" based = { git = "https://git.hydrar.de/jmarya/based", features = ["cache"] } toml = "0.8.20" -- 2.47.2