From 809ccf917cb474ec0956490f80a018b9cca5bef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:52:02 +0000 Subject: [PATCH] build(deps): bump stm32h7xx-hal from `a91052c` to `a5b1b59` Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from `a91052c` to `a5b1b59`. - [Commits](https://github.com/stm32-rs/stm32h7xx-hal/compare/a91052c09cfff6882bdbb1313b1c3c84cbf77fa2...a5b1b59301ee3cb0d55e59f1138d676013a6d827) --- 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 d9791509c..d3eaa375d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" version = "0.14.0" -source = "git+https://github.com/stm32-rs/stm32h7xx-hal#a91052c09cfff6882bdbb1313b1c3c84cbf77fa2" +source = "git+https://github.com/stm32-rs/stm32h7xx-hal#a5b1b59301ee3cb0d55e59f1138d676013a6d827" dependencies = [ "bare-metal 1.0.0", "cast",