Skip to content

Commit

Permalink
cargo: bump bitflags from 2.6.0 to 2.8.0 in /src/exercises/bare-metal…
Browse files Browse the repository at this point in the history
…/rtc in the minor group (#2617)

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

Updates `bitflags` from 2.6.0 to 2.8.0

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 0e5ee9d commit a8d8d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/exercises/bare-metal/rtc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/exercises/bare-metal/rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
arm-gic = "0.1.2"
bitflags = "2.6.0"
bitflags = "2.8.0"
chrono = { version = "0.4.39", default-features = false }
log = "0.4.22"
smccc = "0.1.1"
Expand Down

0 comments on commit a8d8d2e

Please sign in to comment.