From e1b33bd5baca7677438b54afd6442b19292cb222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:24:26 +0000 Subject: [PATCH] Bump once_cell from 1.20.2 to 1.21.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 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.2...v1.21.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... 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..b485aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" dependencies = [ "critical-section", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 906a3bf..c242602 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.21.1", default-features = false, features = [ "critical-section", ] } hex = { version = "0.4.3", default-features = false }