From 0a1f6d226df6101c65b34bc7189941639c04f6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:03:08 +0000 Subject: [PATCH] Bump cortex-m-rt in /rtic_v1/rp-pico_local_initilzd_resources 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] --- rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock b/rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock index 22aaa07..0e7b335 100644 --- a/rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock +++ b/rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock @@ -64,9 +64,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", ]