Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jan 27, 2025
1 parent 94aa644 commit 7e4fecd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 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.9"
sdre-rust-logging = "0.3.10"
tokio = { version = "1.43.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.26", features = ["derive", "env"] }
clap = { version = "4.5.27", features = ["derive", "env"] }
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
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.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }

0 comments on commit 7e4fecd

Please sign in to comment.