diff --git a/Cargo.lock b/Cargo.lock index ed14886..b459448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,9 +725,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 2e7bd0c..4929b4f 100644 --- a/rust/oxide-bin/Cargo.toml +++ b/rust/oxide-bin/Cargo.toml @@ -18,5 +18,5 @@ 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"] } +tokio = { version = "1.42.0", features = ["full", "tracing"] } array-init = "2.1.0" diff --git a/rust/oxide-decoders/Cargo.toml b/rust/oxide-decoders/Cargo.toml index 466ea42..5a4bb4e 100644 --- a/rust/oxide-decoders/Cargo.toml +++ b/rust/oxide-decoders/Cargo.toml @@ -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" diff --git a/rust/oxide-output/Cargo.toml b/rust/oxide-output/Cargo.toml index b524914..b18a66c 100644 --- a/rust/oxide-output/Cargo.toml +++ b/rust/oxide-output/Cargo.toml @@ -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" } diff --git a/rust/oxide-rtlsdr/Cargo.toml b/rust/oxide-rtlsdr/Cargo.toml index 8663356..fb70089 100644 --- a/rust/oxide-rtlsdr/Cargo.toml +++ b/rust/oxide-rtlsdr/Cargo.toml @@ -20,6 +20,6 @@ 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" diff --git a/rust/oxide-scanner/Cargo.toml b/rust/oxide-scanner/Cargo.toml index d709bf2..bb2f327 100644 --- a/rust/oxide-scanner/Cargo.toml +++ b/rust/oxide-scanner/Cargo.toml @@ -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"] }