From 4aa14227a81b39a519567fce08cb00e0ade993bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:25:06 +0000 Subject: [PATCH] chore(deps): bump esp-hal-ota from 0.5.0 to 0.5.1 Bumps [esp-hal-ota](https://github.com/filipton/esp-hal-ota) from 0.5.0 to 0.5.1. - [Commits](https://github.com/filipton/esp-hal-ota/commits) --- updated-dependencies: - dependency-name: esp-hal-ota dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b19160e..f1acfcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,9 +1936,9 @@ dependencies = [ [[package]] name = "esp-hal-ota" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c3b3f18d6dd148df3152ef16df4825e37622cf4fcd2d2c04b21b70c312d46c" +checksum = "68cb148de5d6729d497392dd1aad3b2b7c9fe8ff64330a19b35ae8acb0f0de54" dependencies = [ "defmt 1.1.0", "embedded-storage",