Skip to content

Commit 787f0f7

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 4 updates (#2934)
Bumps the patch group in /src/exercises/bare-metal/rtc with 4 updates: [bitflags](https://github.com/bitflags/bitflags), [chrono](https://github.com/chronotope/chrono), [log](https://github.com/rust-lang/log) 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 9fcca2f commit 787f0f7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ aarch64-paging = { version = "0.10.0", default-features = false }
1111
aarch64-rt = "0.2.2"
1212
arm-gic = "0.7.1"
1313
arm-pl011-uart = "0.3.2"
14-
bitflags = "2.9.3"
15-
chrono = { version = "0.4.41", default-features = false }
16-
log = "0.4.27"
14+
bitflags = "2.9.4"
15+
chrono = { version = "0.4.42", default-features = false }
16+
log = "0.4.28"
1717
safe-mmio = "0.2.5"
1818
smccc = "0.2.2"
1919
spin = "0.10.0"
20-
zerocopy = "0.8.26"
20+
zerocopy = "0.8.27"

0 commit comments

Comments
 (0)