diff --git a/Cargo.lock b/Cargo.lock index d3ef77a..4a9ddc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,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", "blowfish", diff --git a/Cargo.toml b/Cargo.toml index 1e9b474..ba7054a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ path = "examples/hsh.rs" # Dependencies of the package. argon2rs = "0.2.5" base64 = "0.22.1" -bcrypt = "0.15.1" +bcrypt = "0.16.0" dtt = "0.0.8" log = {version="0.4.22", features = ["std"] } scrypt = "0.11.0"