diff --git a/Cargo.lock b/Cargo.lock index 3827874..3be58fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,9 +681,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bcrypt" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" +checksum = "2b1866ecef4f2d06a0bb77880015fdf2b89e25a1c2e5addacb87e459c86dc67e" dependencies = [ "base64 0.22.1", "blowfish", diff --git a/Cargo.toml b/Cargo.toml index 80fdc98..d27bb9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ activitystreams = "0.7.0-alpha.25" activitystreams-ext = "0.1.0-alpha.3" ammonia = "4.0.0" async-cpupool = "0.3.0" -bcrypt = "0.15" +bcrypt = "0.16" base64 = "0.22" clap = { version = "4.0.0", features = ["derive"] } color-eyre = "0.6.2"