fix(deps): update rust crate openssl to 0.10.56
This commit is contained in:
parent
b32643ff7a
commit
840694967d
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1438,9 +1438,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl"
|
name = "openssl"
|
||||||
version = "0.10.55"
|
version = "0.10.56"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
@ -1473,9 +1473,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.90"
|
version = "0.9.91"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -29,7 +29,7 @@ tracing = "0.1.37"
|
|||||||
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
|
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
|
||||||
log = { version = "0.4.19", features = ["std", "kv_unstable"] }
|
log = { version = "0.4.19", features = ["std", "kv_unstable"] }
|
||||||
tera = "1.19.0"
|
tera = "1.19.0"
|
||||||
openssl = { version = "0.10.55", features = ["vendored"] }
|
openssl = { version = "0.10.56", features = ["vendored"] }
|
||||||
libz-sys = { version = "1.1.12", default-features = false, features = [
|
libz-sys = { version = "1.1.12", default-features = false, features = [
|
||||||
"libc",
|
"libc",
|
||||||
"static",
|
"static",
|
||||||
|
Loading…
Reference in New Issue
Block a user