Merge pull request 'Update Rust crate bcrypt to 0.17.0' (#19) from renovate/bcrypt-0.x into main

Reviewed-on: #19
This commit is contained in:
JMARyA 2025-06-22 17:28:20 +00:00
commit 1cd00db4e2

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"