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"