diff --git a/Cargo.lock b/Cargo.lock index db69830..813c964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,13 +574,14 @@ checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" [[package]] name = "bcrypt" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641" +checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a" dependencies = [ - "base64 0.13.1", + "base64 0.21.0", "blowfish", "getrandom", + "subtle", "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 581f00a..7f224b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ activitystreams = "0.7.0-alpha.21" activitystreams-ext = "0.1.0-alpha.3" ammonia = "3.1.0" awc = { version = "3.0.0", default-features = false, features = ["rustls"] } -bcrypt = "0.13" +bcrypt = "0.14" base64 = "0.21" clap = { version = "4.0.0", features = ["derive"] } config = "0.13.0"