From a755c5c20444217584102dd32a688d69be0abe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:33:50 +0000 Subject: [PATCH] Bump tokio from 1.41.1 to 1.42.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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 e15bf0e..9cacfac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "libc", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 3dc35b9..3ab61d6 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -23,13 +23,13 @@ log = "0.4.22" serde = { version = "1.0.215", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.3" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } uuid = "1.11.0" [dev-dependencies] eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.41.1", features = [ +tokio = { version = "1.42.0", features = [ "macros", "rt", "rt-multi-thread",