From 3785f3ea53d9c9d16c10e55e491ae2f22c41d83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:16:16 +0000 Subject: [PATCH] build(deps): bump stm32h7xx-hal from `d9af4a6` to `a15c64f` Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from `d9af4a6` to `a15c64f`. - [Commits](https://github.com/stm32-rs/stm32h7xx-hal/compare/d9af4a635e71ad5354415b521b7761adf3f7d10b...a15c64fd2a544095bb53f2603c203dda9cf40b0e) --- 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 ff96d11a1..3a2832ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" version = "0.14.0" -source = "git+https://github.com/stm32-rs/stm32h7xx-hal#d9af4a635e71ad5354415b521b7761adf3f7d10b" +source = "git+https://github.com/stm32-rs/stm32h7xx-hal#a15c64fd2a544095bb53f2603c203dda9cf40b0e" dependencies = [ "bare-metal 1.0.0", "cast",