Update Rust crate openssl to 0.10.38 #5

Closed
Renovate Bot wants to merge 1 commits from renovate/openssl-0.x into main
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"