Update Rust crate bcrypt to 0.17.0 #19

Merged
jmarya merged 1 commit from renovate/bcrypt-0.x into main 2025-06-22 17:28:24 +00:00

View file

@ -23,6 +23,6 @@ sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "d
maud = "0.26.0" maud = "0.26.0"
rand = "0.8.5" rand = "0.8.5"
data-encoding = "2.6.0" data-encoding = "2.6.0"
bcrypt = "0.16.0" bcrypt = "0.17.0"
based = { git = "https://git.hydrar.de/jmarya/based", features = ["cache"] } based = { git = "https://git.hydrar.de/jmarya/based", features = ["cache"] }
toml = "0.8.20" toml = "0.8.20"