From fe59c207603389fade9013e81a1bad60031fc72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:34:02 +0000 Subject: [PATCH] chore(deps): Bump tokio from 1.35.1 to 1.36.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.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 a819d52..2e02580 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,9 +767,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 2c4b9d9..580c07e 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.2.2" -tokio = { version = "1.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.0", features = ["full", "tracing"] } array-init = "2.1.0" diff --git a/rust/oxide-decoders/Cargo.toml b/rust/oxide-decoders/Cargo.toml index 0b58326..e930900 100644 --- a/rust/oxide-decoders/Cargo.toml +++ b/rust/oxide-decoders/Cargo.toml @@ -15,6 +15,6 @@ rust-version.workspace = true log = "0.4.20" custom_error = "1.9.2" num = "0.4.1" -tokio = { version = "1.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.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 63219f6..ef92e63 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.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.0", features = ["full", "tracing"] } log = "0.4.20" oxide-decoders = { path = "../oxide-decoders" } diff --git a/rust/oxide-rtlsdr/Cargo.toml b/rust/oxide-rtlsdr/Cargo.toml index 4a46a19..aa6aee2 100644 --- a/rust/oxide-rtlsdr/Cargo.toml +++ b/rust/oxide-rtlsdr/Cargo.toml @@ -20,6 +20,6 @@ ctrlc = "3.4.2" num = "0.4.1" custom_error = "1.9.2" oxide-decoders = { path = "../oxide-decoders" } -tokio = { version = "1.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.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 05e1071..386e50b 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.20" -tokio = { version = "1.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.0", features = ["full", "tracing"] }