Skip to content

Commit f32a3e9

Browse files
chore(deps): update rust crate blowfish to 0.10 (#1112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bdc01f commit f32a3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolver = "2"
1414
argon2 = { version = "=0.6.0-rc.8", default-features = false, features = ["alloc", "getrandom", "zeroize"] }
1515
base64 = { version = "0.22" }
1616
bcrypt = "0.19"
17-
blowfish = { version = "0.9", features = ["bcrypt"] }
17+
blowfish = { version = "0.10", features = ["bcrypt"] }
1818
crc32c = { version = "0.6" }
1919
crc32fast = { version = "1.4", features = ["nightly"] }
2020
global_alloc = { path = "./crates/alloc" }

0 commit comments

Comments
 (0)