From 67abf9ae93bae0538737999659b5687666bf5a58 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 11:51:33 +0000
Subject: [PATCH] Bump embassy-sync from 0.6.1 to 0.6.2

Bumps [embassy-sync](https://github.com/embassy-rs/embassy) from 0.6.1 to 0.6.2.
- [Commits](https://github.com/embassy-rs/embassy/commits)

---
updated-dependencies:
- dependency-name: embassy-sync
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 74c087a..ef93b86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
 
 [[package]]
 name = "embassy-sync"
-version = "0.6.1"
+version = "0.6.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3899a6e39fa3f54bf8aaf00979f9f9c0145a522f7244810533abbb748be6ce82"
+checksum = "8d2c8cdff05a7a51ba0087489ea44b0b1d97a296ca6b1d6d1a33ea7423d34049"
 dependencies = [
  "cfg-if",
  "critical-section",
diff --git a/Cargo.toml b/Cargo.toml
index 906a3bf..03ce9b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ serde = { version = "1.0.217", default-features = false, features = [
 ], optional = true }
 serde-json-core = { version = "0.6.0", optional = true }
 embassy-futures = "0.1.1"
-embassy-sync = "0.6.1"
+embassy-sync = "0.6.2"
 embedded-io-async = "0.6.1"
 mqttrs = { version = "0.4.1", default-features = false }
 heapless = "0.7.0"
@@ -49,4 +49,4 @@ static_cell = "2.1.0"
 
 # duplicate dependencies for testing
 # these dependencies need the std featue in tests
-embassy-sync = { version = "0.6.1", features = ["std"]}
+embassy-sync = { version = "0.6.2", features = ["std"]}