From dc7e5d1c5b5a60203c8d98105f64f2cc2a63fc3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Dec 2021 09:01:06 +0000 Subject: [PATCH] Update Rust crate openssl to 0.10.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8ddd51..6dd4ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.127", features = [ "derive" ] } diesel = { version = "1.4.7", features = ["postgres", "uuidv07", "chrono"] } diesel_migrations = "1.4.0" # To properly compile libpq statically -openssl = "0.10.36" +openssl = "0.10.38" # For password hashing & verification rust-argon2 = "0.8.3" rand = "0.8.4"