From e950615bcbdf6ffa070f69f5d19ddd568df4e2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:45:47 +0000 Subject: [PATCH] chore(deps): Bump tokio from 1.40.0 to 1.41.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/oxide-bin/Cargo.toml | 2 +- rust/oxide-decoders/Cargo.toml | 2 +- rust/oxide-output/Cargo.toml | 2 +- rust/oxide-rtlsdr/Cargo.toml | 2 +- rust/oxide-scanner/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 915b92b..20011cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -724,9 +724,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 0cdf7dc..4c6c62a 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.4" -tokio = { version = "1.40.0", features = ["full", "tracing"] } +tokio = { version = "1.41.0", features = ["full", "tracing"] } array-init = "2.1.0" diff --git a/rust/oxide-decoders/Cargo.toml b/rust/oxide-decoders/Cargo.toml index b99932d..546b595 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.40.0", features = ["full", "tracing"] } +tokio = { version = "1.41.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 f65921c..44671b9 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.40.0", features = ["full", "tracing"] } +tokio = { version = "1.41.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 bc77d21..3bb345b 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.40.0", features = ["full", "tracing"] } +tokio = { version = "1.41.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 dcead0e..3a0b4de 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.40.0", features = ["full", "tracing"] } +tokio = { version = "1.41.0", features = ["full", "tracing"] }