From 5d4868a1c829daf38a8c0e4660798f1a776cb54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:38:42 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 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 9174619..924de6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "libc", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index f89edf4..9c1143a 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -23,13 +23,13 @@ log = "0.4.27" serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.12" -tokio = { version = "1.44.1", features = ["rt"] } +tokio = { version = "1.44.2", features = ["rt"] } uuid = "1.16.0" [dev-dependencies] eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.44.1", features = [ +tokio = { version = "1.44.2", features = [ "macros", "rt", "rt-multi-thread",