Skip to content

Commit 0330cb5

Browse files
authored
Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66"
1 parent f1ee9c0 commit 0330cb5

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.66", features = ["vendored"] }
29+
openssl = { version = "0.10.60", 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.66", features = ["vendored"] }
27+
openssl = { version = "0.10.60", 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)