Skip to content

Commit 58b849c

Browse files
authored
ssh-key: bump bcrypt-pbkdf dependency to v0.11 (#494)
Release PR: RustCrypto/password-hashes#889
1 parent f697155 commit 58b849c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ zeroize = { version = "1", default-features = false }
3737

3838
# optional dependencies
3939
argon2 = { version = "0.6.0-rc.8", optional = true, default-features = false, features = ["alloc"] }
40-
bcrypt-pbkdf = { version = "0.11.0-rc.6", optional = true, default-features = false, features = ["alloc"] }
40+
bcrypt-pbkdf = { version = "0.11", optional = true, default-features = false, features = ["alloc"] }
4141
dsa = { version = "0.7.0-rc.14", optional = true, default-features = false, features = ["hazmat"] }
4242
ed25519-dalek = { version = "=3.0.0-pre.6", optional = true, default-features = false }
4343
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)