You've already forked comprehensive-rust
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:
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user