Skip to content

Commit

Permalink
Merge pull request #65 from zoedberg/update_clap
Browse files Browse the repository at this point in the history
update clap
  • Loading branch information
dr-orlovsky authored Jan 17, 2023
2 parents 0e6b6c0 + 848a82a commit 7005e5a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ chrono = "0.4"
nix = "0.24"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
env_logger = "0.7"
clap = { version = "~3.1.18", optional = true, features = ["env", "derive"] }
clap = { version = "~3.2.23", optional = true, features = ["env", "derive"] }
settings = { version = "0.10", package = "config", optional = true }
configure_me = { version = "0.4", optional = true }
dotenv = { version = "0.15", optional = true }
Expand All @@ -84,8 +84,8 @@ lnp-core = "0.8.0"
lnp_rpc = { version = "0.8.0", path = "./rpc" }
internet2 = "0.8.3"
microservices = { version = "0.8.10", default-features = false, features = ["peer"] }
clap = { version = "~3.1.18", features = ["env", "derive"] }
clap_complete = "~3.1.4"
clap = { version = "~3.2.23", features = ["env", "derive"] }
clap_complete = "~3.2.5"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
shellexpand = "2"
configure_me_codegen = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ lightning-invoice = { version = "0.16.0", optional = true }
internet2 = "0.8.3"
microservices = { version = "0.8.10", default-features = false, features = ["cli"] }
shellexpand = "2.1"
clap = { version = "~3.1.18", features = ["derive", "env"] }
clap = { version = "~3.2.23", features = ["derive", "env"] }
log = "0.4.14"

[build-dependencies]
amplify = "3.12.1"
clap = { version = "~3.1.18", features = ["derive", "env"] }
clap_complete = "~3.1.4"
clap = { version = "~3.2.23", features = ["derive", "env"] }
clap_complete = "~3.2.5"
lightning-invoice = "0.16.0"
internet2 = "0.8.0"
lnp-core = { version = "0.8.0-beta.1", default-features = false }
Expand Down

0 comments on commit 7005e5a

Please sign in to comment.