1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-17 14:47:35 +02:00

cargo: bump bitflags from 2.9.0 to 2.9.1 in /src/exercises/bare-metal/rtc in the patch group (#2759)

Bumps the patch group in /src/exercises/bare-metal/rtc with 1 update:
[bitflags](https://github.com/bitflags/bitflags).
This commit is contained in:
dependabot[bot]
2025-06-01 20:06:25 -04:00
committed by GitHub
parent 1a2081765e
commit 53fbe1e71d
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.9.0" version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
[[package]] [[package]]
name = "cfg-if" name = "cfg-if"

View File

@ -11,7 +11,7 @@ aarch64-paging = { version = "0.9.1", default-features = false }
aarch64-rt = "0.1.3" aarch64-rt = "0.1.3"
arm-gic = "0.4.0" arm-gic = "0.4.0"
arm-pl011-uart = "0.3.1" arm-pl011-uart = "0.3.1"
bitflags = "2.9.0" bitflags = "2.9.1"
chrono = { version = "0.4.41", default-features = false } chrono = { version = "0.4.41", default-features = false }
log = "0.4.27" log = "0.4.27"
smccc = "0.2.1" smccc = "0.2.1"