diff --git a/Cargo.lock b/Cargo.lock index c898aba..65b923c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,9 +733,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index e64aea6..4bd2ba2 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.2" -tokio = { version = "1.37.0", features = ["full", "tracing"] } +tokio = { version = "1.38.0", features = ["full", "tracing"] } array-init = "2.1.0" diff --git a/rust/oxide-decoders/Cargo.toml b/rust/oxide-decoders/Cargo.toml index bf6ce4d..3b37537 100644 --- a/rust/oxide-decoders/Cargo.toml +++ b/rust/oxide-decoders/Cargo.toml @@ -15,6 +15,6 @@ rust-version.workspace = true log = "0.4.21" custom_error = "1.9.2" num = "0.4.3" -tokio = { version = "1.37.0", features = ["full", "tracing"] } +tokio = { version = "1.38.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 6c22de2..40ee154 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.37.0", features = ["full", "tracing"] } +tokio = { version = "1.38.0", features = ["full", "tracing"] } log = "0.4.21" oxide-decoders = { path = "../oxide-decoders" } diff --git a/rust/oxide-rtlsdr/Cargo.toml b/rust/oxide-rtlsdr/Cargo.toml index 401da13..34ccdb5 100644 --- a/rust/oxide-rtlsdr/Cargo.toml +++ b/rust/oxide-rtlsdr/Cargo.toml @@ -20,6 +20,6 @@ ctrlc = "3.4.4" num = "0.4.3" custom_error = "1.9.2" oxide-decoders = { path = "../oxide-decoders" } -tokio = { version = "1.37.0", features = ["full", "tracing"] } +tokio = { version = "1.38.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 d1579d2..7bca5ad 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.21" -tokio = { version = "1.37.0", features = ["full", "tracing"] } +tokio = { version = "1.38.0", features = ["full", "tracing"] }