Update Rust crate openssl to 0.10.38
renovate/artifacts Artifact file update failure

pull/5/head
Renovate Bot 2021-12-26 09:01:06 +00:00
parent 5b465867e6
commit dc7e5d1c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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"