1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-22 14:48:45 +02:00

cargo: bump arm-pl011-uart from 0.3.2 to 0.4.0 in /src/bare-metal/aps/examples (#2971)

Bumps arm-pl011-uart from 0.3.2 to 0.4.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:00:21 +00:00
committed by GitHub
parent 7d4149ac7a
commit 19bbee0343
2 changed files with 5 additions and 5 deletions

View File

@@ -38,9 +38,9 @@ dependencies = [
[[package]] [[package]]
name = "arm-pl011-uart" name = "arm-pl011-uart"
version = "0.3.2" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8797e113733a36b5fa906c81aefc126d255b88dd1c10a737749aa22ec7736b6a" checksum = "b62040eef329ede76c8b2af149362b0fd42ec9d8c436d9eb9d47db35b71cb300"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"embedded-hal-nb", "embedded-hal-nb",
@@ -80,9 +80,9 @@ dependencies = [
[[package]] [[package]]
name = "embedded-io" name = "embedded-io"
version = "0.6.1" version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7"
[[package]] [[package]]
name = "lock_api" name = "lock_api"

View File

@@ -9,7 +9,7 @@ publish = false
[dependencies] [dependencies]
aarch64-paging = { version = "0.10.0", default-features = false } aarch64-paging = { version = "0.10.0", default-features = false }
aarch64-rt = "0.2.2" aarch64-rt = "0.2.2"
arm-pl011-uart = "0.3.2" arm-pl011-uart = "0.4.0"
bitflags = "2.10.0" bitflags = "2.10.0"
log = "0.4.28" log = "0.4.28"
safe-mmio = "0.2.5" safe-mmio = "0.2.5"