Skip to content

Commit

Permalink
deps: update rust-dlc to 0.7.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhodl authored Oct 30, 2024
1 parent 2483a09 commit f4f96c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
14 changes: 8 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 kormir-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bitcoin = { version = "0.32.2", features = ["serde"] }
chrono = { version = "0.4.26", features = ["serde"] }
diesel = { version = "2.1", features = ["postgres", "r2d2", "chrono", "numeric"] }
diesel_migrations = "2.1.0"
dlc-messages = { version = "0.6.0", git = "https://github.com/p2pderivatives/rust-dlc", branch = "master", features = [ "use-serde"] }
dlc-messages = { version = "0.7.0", features = [ "use-serde"] }
dotenv = "0.15.0"
futures = "0.3.28"
log = "0.4.20"
Expand Down
6 changes: 3 additions & 3 deletions kormir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ nostr = ["dep:nostr", "dep:base64"]

[dependencies]
bitcoin = { version = "0.32.2", features = ["serde"] }
dlc = { version = "0.6.0", git = "https://github.com/p2pderivatives/rust-dlc", branch = "master", features = ["use-serde"] }
dlc-messages = { version = "0.6.0", git = "https://github.com/p2pderivatives/rust-dlc", branch = "master", features = [ "use-serde"] }
lightning = "0.0.124"
dlc = { version = "0.7.0", features = ["use-serde"] }
dlc-messages = { version = "0.7.0", features = [ "use-serde"] }
lightning = "0.0.125"
log = "0.4.22"
nostr = { version = "0.29.1", optional = true }
base64 = { version = "0.13.1", optional = true }
Expand Down

0 comments on commit f4f96c4

Please sign in to comment.