From a852e38497d87b3323cc8e264068e56fa7242101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:14:44 +0000 Subject: [PATCH] Bump once_cell from 1.20.3 to 1.21.3 in /native/btleplug_client Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.3 to 1.21.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.3...v1.21.3) --- 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..bf10656 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.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[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.