From f4708252efde49409627ef162d65909d5e2a41df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:43:13 +0000 Subject: [PATCH] Bump tokio from 1.50.0 to 1.51.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- smaf_cli/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e879f1c..96d9f01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -750,9 +750,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" dependencies = [ "pin-project-lite", "tokio-macros", @@ -760,9 +760,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/smaf_cli/Cargo.toml b/smaf_cli/Cargo.toml index 1aa7166..f1c35f7 100644 --- a/smaf_cli/Cargo.toml +++ b/smaf_cli/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" async-trait = { version = "^0.1", default-features = false } midir = { version = "^0.10", default-features = false } rodio = { version = "^0.20", default-features = false } -tokio = { version = "^1.50", features = ["rt", "macros", "time"], default-features = false } +tokio = { version = "^1.51", features = ["rt", "macros", "time"], default-features = false } smaf = { path = "../smaf" } smaf_player = { path = "../smaf_player" }