Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Apr 19, 2022
1 parent 99ff7ab commit b9f81f3
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
124 changes: 65 additions & 59 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.59.0"
[dependencies]
byteorder = "1.4.0"
lazy_static = "1.4.0"
num-complex = "0.4"
num-complex = "0.4.0"
hexlit = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dump1090_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "3.0.0", features = ["color", "derive", "wrap_help"]}
clap = {version = "3.1.0", features = ["color", "derive", "wrap_help"]}
num-complex = "0.4.0"
soapysdr = "0.3.2"
libdump1090_rs = { path = "../", version = "0.5.0" }
Expand Down

0 comments on commit b9f81f3

Please sign in to comment.