Update bcrypt

This commit is contained in:
asonix 2025-08-10 13:05:30 -05:00
parent b3cd2cf743
commit 6066022b00
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -664,13 +664,13 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]] [[package]]
name = "bcrypt" name = "bcrypt"
version = "0.16.0" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1866ecef4f2d06a0bb77880015fdf2b89e25a1c2e5addacb87e459c86dc67e" checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"blowfish", "blowfish",
"getrandom 0.2.16", "getrandom 0.3.3",
"subtle", "subtle",
"zeroize", "zeroize",
] ]

View File

@ -29,7 +29,7 @@ activitystreams = "0.7.0-alpha.25"
activitystreams-ext = "0.1.0-alpha.3" activitystreams-ext = "0.1.0-alpha.3"
ammonia = "4.0.0" ammonia = "4.0.0"
async-cpupool = "0.3.0" async-cpupool = "0.3.0"
bcrypt = "0.16" bcrypt = "0.17"
base64 = "0.22" base64 = "0.22"
clap = { version = "4.0.0", features = ["derive"] } clap = { version = "4.0.0", features = ["derive"] }
color-eyre = "0.6.2" color-eyre = "0.6.2"