From 0afa91ee2622a37e70a832cfe4a0c30f6f0f09bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:42:58 +0000 Subject: [PATCH] build(deps): bump stm32h7xx-hal from `a15c64f` to `9c596cd` Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from `a15c64f` to `9c596cd`. - [Commits](https://github.com/stm32-rs/stm32h7xx-hal/compare/a15c64fd2a544095bb53f2603c203dda9cf40b0e...9c596cd424eac954158b907510b7c2e6fbb1110f) --- updated-dependencies: - dependency-name: stm32h7xx-hal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a2832ef8..a8f349927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,8 +940,8 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" -version = "0.14.0" -source = "git+https://github.com/stm32-rs/stm32h7xx-hal#a15c64fd2a544095bb53f2603c203dda9cf40b0e" +version = "0.15.0" +source = "git+https://github.com/stm32-rs/stm32h7xx-hal#9c596cd424eac954158b907510b7c2e6fbb1110f" dependencies = [ "bare-metal 1.0.0", "cast",