diff --git a/Cargo.lock b/Cargo.lock index 992789e..83a6a17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,13 +508,13 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bcrypt" -version = "0.15.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" +checksum = "523ab528ce3a7ada6597f8ccf5bd8d85ebe26d5edf311cad4d1d3cfb2d357ac6" dependencies = [ "base64 0.22.1", "blowfish", - "getrandom 0.2.17", + "getrandom 0.4.2", "subtle", "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 2a5a43b..60fca1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "~1.0" strum = { version = "~0.26", features = ["derive"] } anyhow = "~1" lazy_static = "1.4" -bcrypt = "~0.15" +bcrypt = "~0.19" rand = "~0.8" regex = "1" urlencoding = "2.1"