From 47a389c61a5a6d55c9190d851c72f390b3ac2fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:15:28 +0000 Subject: [PATCH] Bump tokio from 1.44.0 to 1.44.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bluez-async/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b15567..5682695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" dependencies = [ "backtrace", "libc", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 46c0a62..7c68bd1 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -23,13 +23,13 @@ log = "0.4.26" serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.12" -tokio = { version = "1.44.0", features = ["rt"] } +tokio = { version = "1.44.1", features = ["rt"] } uuid = "1.15.1" [dev-dependencies] eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.44.0", features = [ +tokio = { version = "1.44.1", features = [ "macros", "rt", "rt-multi-thread",