Skip to content

Commit

Permalink
bump argon2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 29, 2024
1 parent 2efb1c6 commit 25ff267
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 71 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.cargo.features":
"all"

}
94 changes: 24 additions & 70 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 ssh-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ subtle = { version = "2", default-features = false }
zeroize = { version = "1", default-features = false }

# optional dependencies
argon2 = { version = "0.5", optional = true, default-features = false, features = ["alloc"] }
argon2 = { version = "=0.6.0-pre.1", optional = true, default-features = false, features = ["alloc"] }
bcrypt-pbkdf = { version = "=0.11.0-pre.1", optional = true, default-features = false, features = ["alloc"] }
bigint = { package = "num-bigint-dig", version = "0.8", optional = true, default-features = false }
dsa = { version = "=0.7.0-pre.1", optional = true, default-features = false }
Expand Down

0 comments on commit 25ff267

Please sign in to comment.