fix(deps): update rust crate openssl to 0.10.63

This commit is contained in:
2024-01-20 00:10:57 +00:00
parent b9f7ff0a6f
commit 5fae1fc403
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
log = { version = "0.4.20", features = ["std", "kv_unstable"] }
tera = "1.19.1"
openssl = { version = "0.10.62", features = ["vendored"] }
openssl = { version = "0.10.63", features = ["vendored"] }
libz-sys = { version = "1.1.14", default-features = false, features = [
"libc",
"static",