fix(deps): update rust crate openssl to 0.10.60

This commit is contained in:
2023-11-23 02:37:06 +00:00
parent 74bd83aaec
commit c479cadf4d
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.59", features = ["vendored"] }
openssl = { version = "0.10.60", features = ["vendored"] }
libz-sys = { version = "1.1.12", default-features = false, features = [
"libc",
"static",