From 5d2e2c0fa637c3b52fdf04d75d9a2f6c7af6b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:51:46 +0000 Subject: [PATCH] Bump nrf52832-hal from 0.16.0 to 0.17.1 in /rtic_v1/nrf52_monotonic Bumps [nrf52832-hal](https://github.com/nrf-rs/nrf-hal) from 0.16.0 to 0.17.1. - [Release notes](https://github.com/nrf-rs/nrf-hal/releases) - [Changelog](https://github.com/nrf-rs/nrf-hal/blob/master/CHANGELOG.md) - [Commits](https://github.com/nrf-rs/nrf-hal/compare/v0.16.0...v0.17.1) --- updated-dependencies: - dependency-name: nrf52832-hal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rtic_v1/nrf52_monotonic/Cargo.lock | 46 +++++++++++++++++++----------- rtic_v1/nrf52_monotonic/Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/rtic_v1/nrf52_monotonic/Cargo.lock b/rtic_v1/nrf52_monotonic/Cargo.lock index 930b0e3..dfc6ba6 100644 --- a/rtic_v1/nrf52_monotonic/Cargo.lock +++ b/rtic_v1/nrf52_monotonic/Cargo.lock @@ -70,13 +70,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cortex-m" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70858629a458fdfd39f9675c4dc309411f2a3f83bede76988d81bf1a0ecee9e0" +checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9" dependencies = [ "bare-metal 0.2.5", "bitfield", - "embedded-hal", + "embedded-hal 0.2.7", "volatile-register", ] @@ -159,17 +159,29 @@ dependencies = [ "void", ] +[[package]] +name = "embedded-hal" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" + +[[package]] +name = "embedded-io" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" + [[package]] name = "embedded-storage" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156d7a2fdd98ebbf9ae579cbceca3058cff946e13f8e17b90e3511db0508c723" +checksum = "a21dea9854beb860f3062d10228ce9b976da520a73474aed3171ec276bc0c032" [[package]] name = "fixed" -version = "1.20.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418922d2c280b8c68f82699494cc8c48f392233233a9a8b9a48a57a36c0ad0ef" +checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048" dependencies = [ "az", "bytemuck", @@ -255,29 +267,30 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f" dependencies = [ - "nb 1.0.0", + "nb 1.1.0", ] [[package]] name = "nb" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae" +checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" [[package]] name = "nrf-hal-common" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd244c63d588066d75cffdcae8a03299fd5fb272e36bdde4a9f922f3e4bc6e4b" +checksum = "56fbecd598c7f16e32bd4783447ca023aa7897d4a4c8e70f6b7c5739c81b4ceb" dependencies = [ "cast", "cfg-if", "cortex-m", "embedded-dma", - "embedded-hal", + "embedded-hal 1.0.0", + "embedded-io", "embedded-storage", "fixed", - "nb 1.0.0", + "nb 1.1.0", "nrf52832-pac", "rand_core", "void", @@ -285,11 +298,10 @@ dependencies = [ [[package]] name = "nrf52832-hal" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e2e1d21d08826c02a2292d75f46a20e134c879dd2fcf09aa9bbca3d0d40db98" +checksum = "6ca90f6ee06e2f9ce43f13d9aa37c5fcf37125ca3e0383240e8d996bc5cfc77b" dependencies = [ - "embedded-hal", "nrf-hal-common", "nrf52832-pac", ] diff --git a/rtic_v1/nrf52_monotonic/Cargo.toml b/rtic_v1/nrf52_monotonic/Cargo.toml index 3fe403f..2a6a8ca 100644 --- a/rtic_v1/nrf52_monotonic/Cargo.toml +++ b/rtic_v1/nrf52_monotonic/Cargo.toml @@ -16,7 +16,7 @@ panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] } rtt-target = { version = "0.3.1", features = ["cortex-m"] } [dependencies.nrf52832-hal] -version = "0.16.0" +version = "0.17.1" default-features = false features = ["xxAA-package", "rt"]