Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jan 3, 2025
1 parent 4f15477 commit 553abd7
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 52 deletions.
85 changes: 42 additions & 43 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/oxide-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-config = { path = "../oxide-config" }
oxide-scanner = { path = "../oxide-scanner" }
oxide-decoders = { path = "../oxide-decoders" }
sdre-rust-logging = "0.3.7"
tokio = { version = "1.41.1", features = ["full", "tracing"] }
sdre-rust-logging = "0.3.8"
tokio = { version = "1.42.0", features = ["full", "tracing"] }
array-init = "2.1.0"
2 changes: 1 addition & 1 deletion rust/oxide-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
clap = { version = "4.5.21", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
2 changes: 1 addition & 1 deletion rust/oxide-decoders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rust-version.workspace = true
log = "0.4.22"
custom_error = "1.9.2"
num = "0.4.3"
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
oxide-helpers = { path = "../oxide-helpers" }
# num-complex = "0.4.3"
2 changes: 1 addition & 1 deletion rust/oxide-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
log = "0.4.22"
oxide-decoders = { path = "../oxide-decoders" }
4 changes: 2 additions & 2 deletions rust/oxide-rtlsdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ rust-version.workspace = true

[dependencies]
log = "0.4.22"
libc = "0.2.167"
libc = "0.2.169"
rtlsdr_mt = "2.2.0"
rtlsdr_sys = "1.1.2"
ctrlc = "3.4.5"
num = "0.4.3"
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
array-init = "2.1.0"
# num-complex = "0.4.3"
2 changes: 1 addition & 1 deletion rust/oxide-scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-decoders = { path = "../oxide-decoders" }
oxide-output = { path = "../oxide-output" }
log = "0.4.22"
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
2 changes: 1 addition & 1 deletion sample-grabber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
rtlsdr_mt = "2.2.0"
rtlsdr_sys = "1.1.2"
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }

0 comments on commit 553abd7

Please sign in to comment.