From 57a48c7ef994789bbbf72228ef1203c7c7fb7952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:38:35 +0000 Subject: [PATCH] build(deps): bump stm32h7xx-hal from `9bfd5b1` to `03b8dcf` Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from `9bfd5b1` to `03b8dcf`. - [Commits](https://github.com/stm32-rs/stm32h7xx-hal/compare/9bfd5b17e18e1dfd8e596ffdd77be5c0cb214fc5...03b8dcf0fd5dcce324e557830838eff729cfeecb) --- updated-dependencies: - dependency-name: stm32h7xx-hal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b37bcd723..16620880b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" version = "0.15.1" -source = "git+https://github.com/stm32-rs/stm32h7xx-hal.git?branch=master#9bfd5b17e18e1dfd8e596ffdd77be5c0cb214fc5" +source = "git+https://github.com/stm32-rs/stm32h7xx-hal.git?branch=master#03b8dcf0fd5dcce324e557830838eff729cfeecb" dependencies = [ "bare-metal 1.0.0", "cast",