Skip to content

Commit 8d15c94

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates (#3177)
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates: [aarch64-paging](https://github.com/google/aarch64-paging) and [bitflags](https://github.com/bitflags/bitflags). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f873b0 commit 8d15c94

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2024"
77
publish = false
88

99
[dependencies]
10-
aarch64-paging = { version = "0.12.0", default-features = false }
10+
aarch64-paging = { version = "0.12.1", default-features = false }
1111
aarch64-rt = "0.4.3"
1212
arm-gic = "0.8.1"
1313
arm-pl011-uart = "0.5.0"
14-
bitflags = "2.11.0"
14+
bitflags = "2.11.1"
1515
chrono = { version = "0.4.44", default-features = false }
1616
log = "0.4.29"
1717
safe-mmio = "0.3.0"

0 commit comments

Comments
 (0)