From 3deb8d4d7e1370c53774d1e2f87c67a8f9bf1188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:58:40 +0000 Subject: [PATCH] Bump tokio from 1.40.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 061f51b..68d0e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,9 +2616,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ced5b70..ed2c695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dasp_ring_buffer = "0.11.0" dasp_interpolate = { version = "0.11.0", features = ["sinc"] } thingbuf = "0.1.6" tracing = { version = "0.1.40" } -tokio = { version = "1.40.0", features = ["sync"] } +tokio = { version = "1.41.1", features = ["sync"] } jod-thread = "0.1.2" # Whisper @@ -40,7 +40,7 @@ strum = { version = "0.26.3", features = ["derive"], optional = true } serde = { version = "1.0.202", optional = true } [dev-dependencies] -tokio = { version = "1.40.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } # for minimal-versions [target.'cfg(any())'.dependencies]