diff --git a/Cargo.lock b/Cargo.lock index f96c6c2..4dd6c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bcrypt" @@ -91,7 +91,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3" dependencies = [ - "base64 0.21.5", + "base64 0.21.7", "blowfish", "getrandom", "subtle", @@ -1308,7 +1308,7 @@ dependencies = [ name = "rockpass" version = "0.9.0" dependencies = [ - "base64 0.21.5", + "base64 0.21.7", "bcrypt", "chrono", "diesel", diff --git a/Cargo.toml b/Cargo.toml index c01d58d..799b428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" include = ["migrations/", "src/", "diesel.toml", "LICENSE", "README.md", "rockpass.toml.example"] [dependencies] -base64 = "0.21.5" +base64 = "0.21.7" bcrypt = "0.15.0" chrono = { version = "0.4.31", features = ["serde"] } diesel = { version = "2.1.4", default-features = false, features = ["sqlite", "chrono"] }