Skip to content

Commit

Permalink
Bump deku from 0.18.0 to 0.18.1 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent c14cfea commit d538ad1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@ homepage.workspace = true

[dependencies]
clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] }
deku = "0.18.0"
deku = "0.18.1"
futures-util = "0.3.30"
hex = "0.4.3"
rs1090 = { version = "0.3.5", path = "../rs1090" }
Expand Down
2 changes: 1 addition & 1 deletion crates/jet1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chrono = "0.4.37"
clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] }
clap_complete = "4.5.26"
crossterm = { version = "0.28.1", features = ["event-stream"] }
deku = "0.18.0"
deku = "0.18.1"
dirs = "5.0.1"
dotenv = "0.15.0"
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion crates/rs1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rtlsdr = ['soapysdr']
[dependencies]
ansi_term = "0.12.1"
async-stream = "0.3.5"
deku = { version = "0.18.0", features = ["logging"] }
deku = { version = "0.18.1", features = ["logging"] }
futures = "0.3.30"
futures-util = "0.3.30"
hex = "0.4.3"
Expand Down

0 comments on commit d538ad1

Please sign in to comment.