1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-24 07:19:47 +02:00

cargo: bump nrf52833-hal from 0.18.0 to 0.19.0 in /src/bare-metal/microcontrollers/examples (#2967)

Bumps [nrf52833-hal](https://github.com/nrf-rs/nrf-hal) from 0.18.0 to
0.19.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-03 11:37:56 +00:00
committed by GitHub
parent 4c2940d685
commit 0207484f87
2 changed files with 51 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "az"
@@ -122,6 +122,12 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
[[package]]
name = "embedded-io"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7"
[[package]]
name = "embedded-storage"
version = "0.3.1"
@@ -176,7 +182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "365317da45a52eb2cfe9c23130520b69bd81a27922ff78c964de875137e9fa7b"
dependencies = [
"embedded-hal 1.0.0",
"nrf52833-hal",
"nrf52833-hal 0.18.0",
"tiny-led-matrix",
]
@@ -196,7 +202,7 @@ dependencies = [
"cortex-m-rt",
"embedded-hal 1.0.0",
"microbit-v2",
"nrf52833-hal",
"nrf52833-hal 0.19.0",
"nrf52833-pac",
"panic-halt",
]
@@ -226,15 +232,36 @@ dependencies = [
"cfg-if",
"cortex-m",
"embedded-dma",
"embedded-hal 0.2.7",
"embedded-hal 1.0.0",
"embedded-io",
"embedded-io 0.6.1",
"embedded-storage",
"fixed",
"nb 1.1.0",
"nrf-usbd",
"nrf52833-pac",
"rand_core",
"rand_core 0.6.4",
"void",
]
[[package]]
name = "nrf-hal-common"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d8100d0bf6d732ea9b0a294fa2d2dad9cba4fbc5bb655d0afaa984d03d528fe"
dependencies = [
"cast",
"cfg-if",
"cortex-m",
"embedded-dma",
"embedded-hal 0.2.7",
"embedded-hal 1.0.0",
"embedded-io 0.7.1",
"embedded-storage",
"fixed",
"nb 1.1.0",
"nrf-usbd",
"nrf52833-pac",
"rand_core 0.9.3",
"void",
]
@@ -256,7 +283,17 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12fab00e54c93792dddaf623a021feaa84933bbad12c3b76f08ea201df91f36c"
dependencies = [
"nrf-hal-common",
"nrf-hal-common 0.18.0",
"nrf52833-pac",
]
[[package]]
name = "nrf52833-hal"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fa51030952f3454f2faffc64061456f17aec15f492d7b6ef68777bfc438c561"
dependencies = [
"nrf-hal-common 0.19.0",
"nrf52833-pac",
]
@@ -307,6 +344,12 @@ version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
[[package]]
name = "rustc_version"
version = "0.2.3"

View File

@@ -10,7 +10,7 @@ publish = false
cortex-m-rt = "0.7.5"
embedded-hal = "1.0.0"
microbit-v2 = "0.15.1"
nrf52833-hal = "0.18.0"
nrf52833-hal = "0.19.0"
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
panic-halt = "1.0.0"