Skip to content

Commit d4a3adf

Browse files
committed
update rust openssl
Change-Id: I122219356116f25f4b97aa54fabc0ae69415f122
1 parent a72e47b commit d4a3adf

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/check-cert/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/check-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vendored = ["openssl/vendored"]
1111
[dependencies]
1212
anyhow = { version = "1.0.75", features = ["backtrace"] }
1313
clap = { version = "<4.5", features = ["derive"] } # needs rustc >= 1.74
14-
openssl = { version = "0.10.57" }
14+
openssl = { version = "0.10.73" }
1515
openssl-probe = "0.1.5"
1616
time = "0.3.30"
1717
typed-builder = "0.18.0"

packages/check-http/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mk-sql/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mk-sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tiberius = { version = "0.12.2", features = [
1616
# need to compile OpenSSL. See:
1717
# https://stackoverflow.com/questions/68871193/pkg-config-error-during-rust-cross-compilation
1818
# https://github.com/rust-cross/rust-musl-cross/issues/44
19-
openssl = { version = "0.10.57", features = ["vendored"] }
19+
openssl = { version = "0.10.73", features = ["vendored"] }
2020
tokio = { version = "1.32.0", features = [
2121
"full",
2222
"rt",

0 commit comments

Comments
 (0)