Skip to content

Commit fb95fb3

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 3 updates (#2796)
Bumps the patch group in /src/exercises/bare-metal/rtc with 3 updates: [aarch64-rt](https://github.com/google/aarch64-rt), [smccc](https://github.com/google/smccc) and [zerocopy](https://github.com/google/zerocopy). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6194ac4 commit fb95fb3

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

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

Lines changed: 8 additions & 15 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
@@ -8,13 +8,13 @@ publish = false
88

99
[dependencies]
1010
aarch64-paging = { version = "0.9.1", default-features = false }
11-
aarch64-rt = "0.2.0"
11+
aarch64-rt = "0.2.1"
1212
arm-gic = "0.4.0"
1313
arm-pl011-uart = "0.3.1"
1414
bitflags = "2.9.1"
1515
chrono = { version = "0.4.41", default-features = false }
1616
log = "0.4.27"
1717
safe-mmio = "0.2.5"
18-
smccc = "0.2.1"
18+
smccc = "0.2.2"
1919
spin = "0.10.0"
20-
zerocopy = "0.8.25"
20+
zerocopy = "0.8.26"

0 commit comments

Comments
 (0)