From dc597531fdfa746cd6a531eab2bf4c37a6bcd0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:27:03 +0000 Subject: [PATCH] cargo: bump the patch group in /src/bare-metal/microcontrollers/examples with 1 update (#1912) Bumps the patch group in /src/bare-metal/microcontrollers/examples with 1 update: [nrf52833-hal](https://github.com/nrf-rs/nrf-hal). Updates `nrf52833-hal` from 0.16.0 to 0.16.1 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/bare-metal/microcontrollers/examples/Cargo.lock | 12 ++++++------ src/bare-metal/microcontrollers/examples/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/bare-metal/microcontrollers/examples/Cargo.lock b/src/bare-metal/microcontrollers/examples/Cargo.lock index 65d086a3..1e2c0af8 100644 --- a/src/bare-metal/microcontrollers/examples/Cargo.lock +++ b/src/bare-metal/microcontrollers/examples/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ "cortex-m-rt", "embedded-hal 1.0.0", "microbit-v2", - "nrf52833-hal 0.16.0", + "nrf52833-hal 0.16.1", "nrf52833-pac 0.12.2", "panic-halt", ] @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "nrf-hal-common" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd244c63d588066d75cffdcae8a03299fd5fb272e36bdde4a9f922f3e4bc6e4b" +checksum = "1ea48ed7f0843fe6ec5aac0c42701e9194adfa1ee82ce6d028d64e5f68542be4" dependencies = [ "cast", "cfg-if", @@ -294,12 +294,12 @@ dependencies = [ [[package]] name = "nrf52833-hal" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d401900d014b1322ab7933e094175207fddb31cdecc22eb0ac4f1fea286981" +checksum = "c1965a8f3bec7cdf3753128a09fac5019d8eb212a8fcff58014368db148daf06" dependencies = [ "embedded-hal 0.2.7", - "nrf-hal-common 0.16.0", + "nrf-hal-common 0.16.1", "nrf52833-pac 0.12.2", ] diff --git a/src/bare-metal/microcontrollers/examples/Cargo.toml b/src/bare-metal/microcontrollers/examples/Cargo.toml index 00c2ed09..af003f92 100644 --- a/src/bare-metal/microcontrollers/examples/Cargo.toml +++ b/src/bare-metal/microcontrollers/examples/Cargo.toml @@ -10,7 +10,7 @@ publish = false cortex-m-rt = "0.7.3" embedded-hal = "1.0.0" microbit-v2 = "0.13.0" -nrf52833-hal = "0.16.0" +nrf52833-hal = "0.16.1" nrf52833-pac = { version = "0.12.2", features = ["rt"] } panic-halt = "0.2.0"