Skip to content

Commit

Permalink
Merge pull request #2636 from get10101/dependabot/cargo/openssl-0.10.66
Browse files Browse the repository at this point in the history
chore(deps): bump openssl from 0.10.60 to 0.10.66
  • Loading branch information
bonomat authored Jul 31, 2024
2 parents de933fa + 6ea23f9 commit e78a70b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -26,7 +26,7 @@ hex = "0.4"
lazy_static = "1.4.0"
lightning = { version = "0.0.117", features = ["max_level_trace"] }
lnd-bridge = { path = "../crates/lnd-bridge" }
openssl = { version = "0.10.60", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }
opentelemetry = "0.19.0"
opentelemetry-prometheus = "0.12.0"
parking_lot = { version = "0.12.1" }
Expand Down
2 changes: 1 addition & 1 deletion mobile/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3"
hex = "0.4"
itertools = "0.10"
lightning = { version = "0.0.117" }
openssl = { version = "0.10.60", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }
orderbook-client = { path = "../../crates/orderbook-client" }
parking_lot = { version = "0.12.1" }
petname = "1.1.3"
Expand Down

0 comments on commit e78a70b

Please sign in to comment.