fix(deps): update rust crate openssl to 0.10.61

This commit is contained in:
2023-12-05 01:44:10 +00:00
parent 02b1a627f0
commit bec95c9519
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.60", features = ["vendored"] }
openssl = { version = "0.10.61", features = ["vendored"] }
libz-sys = { version = "1.1.12", default-features = false, features = [
"libc",
"static",