Skip to content

Commit 5a310d8

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 3 updates (#2859)
Bumps the patch group in /src/exercises/bare-metal/rtc with 3 updates: arm-gic, arm-pl011-uart and [bitflags](https://github.com/bitflags/bitflags). Updates `arm-gic` from 0.6.0 to 0.6.1 Updates `arm-pl011-uart` from 0.3.1 to 0.3.2 Updates `bitflags` from 2.9.1 to 2.9.3 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3633b85 commit 5a310d8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/exercises/bare-metal/rtc/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/exercises/bare-metal/rtc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
[dependencies]
1010
aarch64-paging = { version = "0.10.0", default-features = false }
1111
aarch64-rt = "0.2.2"
12-
arm-gic = "0.6.0"
13-
arm-pl011-uart = "0.3.1"
14-
bitflags = "2.9.1"
12+
arm-gic = "0.6.1"
13+
arm-pl011-uart = "0.3.2"
14+
bitflags = "2.9.3"
1515
chrono = { version = "0.4.41", default-features = false }
1616
log = "0.4.27"
1717
safe-mmio = "0.2.5"

0 commit comments

Comments
 (0)