Skip to content

Commit 6ea23f9

Browse files
authoredJul 22, 2024··
chore(deps): bump openssl from 0.10.60 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.66) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 405cb81 commit 6ea23f9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎coordinator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hex = "0.4"
2626
lazy_static = "1.4.0"
2727
lightning = { version = "0.0.117", features = ["max_level_trace"] }
2828
lnd-bridge = { path = "../crates/lnd-bridge" }
29-
openssl = { version = "0.10.60", features = ["vendored"] }
29+
openssl = { version = "0.10.66", features = ["vendored"] }
3030
opentelemetry = "0.19.0"
3131
opentelemetry-prometheus = "0.12.0"
3232
parking_lot = { version = "0.12.1" }

‎mobile/native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = "0.3"
2424
hex = "0.4"
2525
itertools = "0.10"
2626
lightning = { version = "0.0.117" }
27-
openssl = { version = "0.10.60", features = ["vendored"] }
27+
openssl = { version = "0.10.66", features = ["vendored"] }
2828
orderbook-client = { path = "../../crates/orderbook-client" }
2929
parking_lot = { version = "0.12.1" }
3030
petname = "1.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.