Skip to content

Commit

Permalink
Merge pull request #1181 from get10101/dependabot/cargo/openssl-0.10.55
Browse files Browse the repository at this point in the history
chore(deps): bump openssl from 0.10.45 to 0.10.55
  • Loading branch information
klochowicz authored Aug 29, 2023
2 parents 1df5c45 + 3943051 commit fe3b8e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lightning-invoice = { version = "0.22" }
ln-dlc-node = { path = "../crates/ln-dlc-node" }
local-ip-address = "0.5.1"
# adding this as explicit dependency as we need the "vendored" flag for cross compilation
openssl = { version = "0.10.45", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
opentelemetry = "0.19.0"
opentelemetry-prometheus = "0.12.0"
orderbook-commons = { path = "../crates/orderbook-commons" }
Expand Down
2 changes: 1 addition & 1 deletion maker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy_static = "1.4.0"
lightning = { version = "0.0.114", features = ["max_level_trace"] }
ln-dlc-node = { path = "../crates/ln-dlc-node" }
# adding this as explicit dependency as we need the "vendored" flag for cross compilation
openssl = { version = "0.10.45", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
opentelemetry = "0.19.0"
opentelemetry-prometheus = "0.12.0"
orderbook-commons = { path = "../crates/orderbook-commons" }
Expand Down
2 changes: 1 addition & 1 deletion mobile/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libsqlite3-sys = { version = "0.25.2", features = ["bundled"] }
lightning = { version = "0.0.114" }
lightning-invoice = { version = "0.22" }
ln-dlc-node = { path = "../../crates/ln-dlc-node" }
openssl = { version = "0.10.45", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
orderbook-client = { path = "../../crates/orderbook-client" }
orderbook-commons = { path = "../../crates/orderbook-commons" }
parking_lot = { version = "0.12.1", features = ["deadlock_detection"] }
Expand Down

0 comments on commit fe3b8e5

Please sign in to comment.