Skip to content

Commit

Permalink
Bump clap from 4.5.17 to 4.5.18 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent c87d79b commit a4c94e1
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 crates/decode1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition.workspace = true
homepage.workspace = true

[dependencies]
clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] }
clap = { version = "4.5.18", features = ["color", "derive", "wrap_help"] }
deku = "0.18.1"
futures-util = "0.3.30"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/jet1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rtlsdr = ['rs1090/rtlsdr']

[dependencies]
chrono = "0.4.37"
clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] }
clap = { version = "4.5.18", features = ["color", "derive", "wrap_help"] }
clap_complete = "4.5.26"
crossterm = { version = "0.28.1", features = ["event-stream"] }
deku = "0.18.1"
Expand Down

0 comments on commit a4c94e1

Please sign in to comment.