Skip to content

Commit

Permalink
cargo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 28, 2023
1 parent d7d5d59 commit aa6df5b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions rust/oxide-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.19"
log = "0.4.20"
oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-config = { path = "../oxide-config" }
oxide-scanner = { path = "../oxide-scanner" }
oxide-decoders = { path = "../oxide-decoders" }
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
tokio = { version = "1.29.1", features = ["full", "tracing"] }
tokio = { version = "1.32.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.3.19", features = ["derive", "env"] }
clap = { version = "4.4.1", features = ["derive", "env"] }
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
4 changes: 2 additions & 2 deletions rust/oxide-decoders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.19"
log = "0.4.20"
custom_error = "1.9.2"
num = "0.4.1"
tokio = { version = "1.29.1", features = ["full", "tracing"] }
tokio = { version = "1.32.0", features = ["full", "tracing"] }
oxide-helpers = { path = "../oxide-helpers" }
# num-complex = "0.4.3"
4 changes: 2 additions & 2 deletions 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.29.1", features = ["full", "tracing"] }
log = "0.4.19"
tokio = { version = "1.32.0", features = ["full", "tracing"] }
log = "0.4.20"
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 @@ -12,14 +12,14 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.19"
log = "0.4.20"
libc = "0.2.147"
rtlsdr_mt = "2.2.0"
rtlsdr_sys = "1.1.2"
ctrlc = "3.4.0"
num = "0.4.1"
custom_error = "1.9.2"
oxide-decoders = { path = "../oxide-decoders" }
tokio = { version = "1.29.1", features = ["full", "tracing"] }
tokio = { version = "1.32.0", features = ["full", "tracing"] }
array-init = "2.1.0"
# num-complex = "0.4.3"
4 changes: 2 additions & 2 deletions rust/oxide-scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ rust-version.workspace = true
oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-decoders = { path = "../oxide-decoders" }
oxide-output = { path = "../oxide-output" }
log = "0.4.19"
tokio = { version = "1.29.1", features = ["full", "tracing"] }
log = "0.4.20"
tokio = { version = "1.32.0", features = ["full", "tracing"] }

0 comments on commit aa6df5b

Please sign in to comment.