You've already forked comprehensive-rust
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:
8
src/bare-metal/aps/examples/Cargo.lock
generated
8
src/bare-metal/aps/examples/Cargo.lock
generated
@@ -38,9 +38,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "arm-pl011-uart"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8797e113733a36b5fa906c81aefc126d255b88dd1c10a737749aa22ec7736b6a"
|
||||
checksum = "b62040eef329ede76c8b2af149362b0fd42ec9d8c436d9eb9d47db35b71cb300"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"embedded-hal-nb",
|
||||
@@ -80,9 +80,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "embedded-io"
|
||||
version = "0.6.1"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
|
||||
checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
|
||||
@@ -9,7 +9,7 @@ publish = false
|
||||
[dependencies]
|
||||
aarch64-paging = { version = "0.10.0", default-features = false }
|
||||
aarch64-rt = "0.2.2"
|
||||
arm-pl011-uart = "0.3.2"
|
||||
arm-pl011-uart = "0.4.0"
|
||||
bitflags = "2.10.0"
|
||||
log = "0.4.28"
|
||||
safe-mmio = "0.2.5"
|
||||
|
||||
Reference in New Issue
Block a user