Update Rust crate bcrypt to 0.17.0
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate Bot 2025-06-22 01:16:14 +00:00
parent aba42d8049
commit d957c1f589

View file

@ -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"