Update Rust crate bcrypt to 0.17.0
This commit is contained in:
parent
0e4d19510b
commit
e9277f46db
2 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ rocket_cors = "0.6.0"
|
|||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
walkdir = "2.5.0"
|
||||
bcrypt = "0.15.1"
|
||||
bcrypt = "0.17.0"
|
||||
data-encoding = "2.6.0"
|
||||
rand = "0.8.5"
|
||||
env_logger = { version = "0.11.5", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue