From 3a8b362a6e0fc7dd6163b8f4d9c323eb9c485b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:45:48 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.45.0 in /native/btleplug_client Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 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..d08de07 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.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes",