Update Rust crate bcrypt to 0.17.0
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
aba42d8049
commit
d957c1f589
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue