From c536d40802b46715194135b7b8dc81f8d41b3ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:06:01 +0000 Subject: [PATCH] build(deps): bump cortex-m-rt from 0.7.3 to 0.7.4 Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/v0.7.4/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: cortex-m-rt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bfb80037..9c4a90782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "cortex-m-rt" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee84e813d593101b1723e13ec38b6ab6abbdbaaa4546553f5395ed274079ddb1" +checksum = "2722f5b7d6ea8583cffa4d247044e280ccbb9fe501bed56552e2ba48b02d5f3d" dependencies = [ "cortex-m-rt-macros", ]