diff --git a/Cargo.lock b/Cargo.lock index f3a296b..79931b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,9 +1401,9 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" -version = "0.10.54" +version = "0.10.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" +checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" dependencies = [ "bitflags", "cfg-if", @@ -1433,9 +1433,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.88" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" +checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" dependencies = [ "cc", "libc", diff --git a/fydia-crypto/Cargo.toml b/fydia-crypto/Cargo.toml index c60f309..9df7518 100644 --- a/fydia-crypto/Cargo.toml +++ b/fydia-crypto/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] argon2 = "0.5.0" fydia-utils = { path = "../fydia-utils" } -openssl = { version = "0.10.54" } +openssl = { version = "0.10.55" }