1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-04-25 23:11:02 +02:00

cargo: bump bitflags from 2.10.0 to 2.11.0 in /src/bare-metal/aps/examples in the minor group (#3114)

Bumps the minor group in /src/bare-metal/aps/examples with 1 update:
[bitflags](https://github.com/bitflags/bitflags).

Updates `bitflags` from 2.10.0 to 2.11.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]
2026-03-02 12:20:17 +00:00
committed by GitHub
parent a4280194c7
commit 63d7692dae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -58,9 +58,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "2.10.0"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
[[package]]
name = "embedded-hal"
+1 -1
View File
@@ -10,7 +10,7 @@ publish = false
aarch64-paging = { version = "0.11.0", default-features = false }
aarch64-rt = "0.4.2"
arm-pl011-uart = "0.4.0"
bitflags = "2.10.0"
bitflags = "2.11.0"
log = "0.4.29"
safe-mmio = "0.2.7"
smccc = "0.2.0"