From b8b471f7a09c5c2b6ab8ccab50b03e5464110554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:38:47 +0000 Subject: [PATCH] Bump once_cell from 1.20.3 to 1.21.1 in /native/btleplug_client Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.3 to 1.21.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.3...v1.21.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/btleplug_client/Cargo.lock | 4 ++-- native/btleplug_client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/btleplug_client/Cargo.lock b/native/btleplug_client/Cargo.lock index 92352fc..42877fd 100644 --- a/native/btleplug_client/Cargo.lock +++ b/native/btleplug_client/Cargo.lock @@ -705,9 +705,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.3" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "parking_lot" diff --git a/native/btleplug_client/Cargo.toml b/native/btleplug_client/Cargo.toml index aae22bc..c3fbb92 100644 --- a/native/btleplug_client/Cargo.toml +++ b/native/btleplug_client/Cargo.toml @@ -33,7 +33,7 @@ rustler = { version = "0.36.1", default-features = false, features = ["derive", rustler_codegen = "*" tokio = { version = "1", features = ["full"] } futures = "0.3.31" -once_cell = "1.19" +once_cell = "1.21" lazy_static = "1.3.0" # MiMalloc won´t compile on Windows with the GCC compiler.