From 25348cb1722d82adff2840004679cc0e536b105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:24:40 +0000 Subject: [PATCH] Bump once_cell from 1.20.2 to 1.20.3 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.20.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.20.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74c087a..781e4e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" dependencies = [ "critical-section", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 906a3bf..e594bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ embedded-io-async = "0.6.1" mqttrs = { version = "0.4.1", default-features = false } heapless = "0.7.0" embedded-io = "0.6.1" -once_cell = { version = "1.20.2", default-features = false, features = [ +once_cell = { version = "1.20.3", default-features = false, features = [ "critical-section", ] } hex = { version = "0.4.3", default-features = false }