1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-26 16:12:31 +02:00

cargo: bump bitflags from 2.9.4 to 2.10.0 in /src/exercises/bare-metal/rtc in the minor group (#2969)

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

Updates `bitflags` from 2.9.4 to 2.10.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:38:20 +00:00
committed by GitHub
parent 0207484f87
commit d50d9ec617
2 changed files with 3 additions and 3 deletions

View File

@@ -55,9 +55,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "2.9.4"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
[[package]]
name = "chrono"

View File

@@ -11,7 +11,7 @@ aarch64-paging = { version = "0.10.0", default-features = false }
aarch64-rt = "0.2.2"
arm-gic = "0.7.1"
arm-pl011-uart = "0.3.2"
bitflags = "2.9.4"
bitflags = "2.10.0"
chrono = { version = "0.4.42", default-features = false }
log = "0.4.28"
safe-mmio = "0.2.5"