You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-09-16 09:36:41 +02:00
cargo: bump the patch group in /src/bare-metal/aps/examples with 2 updates (#2860)
Bumps the patch group in /src/bare-metal/aps/examples with 2 updates: arm-pl011-uart and [bitflags](https://github.com/bitflags/bitflags). Updates `arm-pl011-uart` from 0.3.1 to 0.3.2 Updates `bitflags` from 2.9.1 to 2.9.3 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.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff5b0f1e39ec186e409c6fd80bbb83aa00622ca71c9c0561b5571df3b5f5391f"
|
||||
checksum = "8797e113733a36b5fa906c81aefc126d255b88dd1c10a737749aa22ec7736b6a"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"embedded-hal-nb",
|
||||
@@ -58,9 +58,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "2.9.1"
|
||||
version = "2.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
||||
checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d"
|
||||
|
||||
[[package]]
|
||||
name = "embedded-hal"
|
||||
|
@@ -9,8 +9,8 @@ publish = false
|
||||
[dependencies]
|
||||
aarch64-paging = { version = "0.10.0", default-features = false }
|
||||
aarch64-rt = "0.2.2"
|
||||
arm-pl011-uart = "0.3.1"
|
||||
bitflags = "2.9.1"
|
||||
arm-pl011-uart = "0.3.2"
|
||||
bitflags = "2.9.3"
|
||||
log = "0.4.27"
|
||||
safe-mmio = "0.2.5"
|
||||
smccc = "0.2.0"
|
||||
|
Reference in New Issue
Block a user