From cd2f1d621ed67583153912cf3519362c4bfe1737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 04:05:43 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.45.1 in /native/btleplug_client Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/btleplug_client/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/btleplug_client/Cargo.lock b/native/btleplug_client/Cargo.lock index 92352fc..3c84a24 100644 --- a/native/btleplug_client/Cargo.lock +++ b/native/btleplug_client/Cargo.lock @@ -1096,9 +1096,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes",