Skip to content

Commit cc13f17

Browse files
committed
bump cipher to 0.5.0-pre.7
1 parent 21d80b0 commit cc13f17

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ exclude = ["benches"]
1414

1515
[profile.dev]
1616
opt-level = 2
17+
18+
[patch.crates-io]
19+
# https://github.com/RustCrypto/stream-ciphers/pull/368
20+
salsa20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }

bcrypt-pbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
rust-version = "1.72"
1515

1616
[dependencies]
17-
blowfish = { version = "=0.10.0-pre.1", features = ["bcrypt"] }
17+
blowfish = { version = "=0.10.0-pre.2", features = ["bcrypt"] }
1818
pbkdf2 = { version = "=0.13.0-pre.1", default-features = false, path = "../pbkdf2" }
1919
sha2 = { version = "=0.11.0-pre.4", default-features = false }
2020
zeroize = { version = "1", default-features = false, optional = true }

0 commit comments

Comments
 (0)