From ab0621b3ebfe1c3da10109ae4f429fa7dff86ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:25:27 +0000 Subject: [PATCH] build(deps): bump stm32h7xx-hal from 0.15.0 to 0.15.1 Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from 0.15.0 to 0.15.1. - [Changelog](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/CHANGELOG.md) - [Commits](https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: stm32h7xx-hal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7ebcc4bb..a8b27878d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,9 +952,9 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42323c63e7ee7b6979d9370ef7f381860bbd16653bd24a30cf26e78877dbf3fb" +checksum = "e08bcfbdbe4458133f2fd55994a5c4f1b4bf28084f0218e93cdbc19d7c70219f" dependencies = [ "bare-metal 1.0.0", "cast", diff --git a/Cargo.toml b/Cargo.toml index 44333108b..d0ad36675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ smoltcp-nal = { version = "0.4.1", features = ["shared-stack"]} bbqueue = "0.5" [dependencies.stm32h7xx-hal] -version = "0.15.0" +version = "0.15.1" features = ["stm32h743v", "rt", "ethernet", "xspi", "usb_hs"] [features]