Skip to content

Commit

Permalink
Upgrade pbkdf2 to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomiTenshi committed Mar 20, 2022
1 parent 06ab4bb commit bde8a57
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
97 changes: 52 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "3", features = ["cargo", "env", "wrap_help"] }
derive_more = { version = "0.99", default-features = false, features = ["display", "error"] }
futures-util = { version = "0.3", default-features = false }
num_cpus = "1"
pbkdf2 = "0.10"
pbkdf2 = "0.11"
rand = "0.8"
sqlx = { version = "0.5", features = ["runtime-actix-native-tls", "sqlite"] }
tokio = { version = "1", features = ["fs"] }
Expand Down

0 comments on commit bde8a57

Please sign in to comment.