Skip to content

Commit 9dd23e2

Browse files
cargo: bump the patch group
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). Updates `bitflags` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.3...2.9.4) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `zerocopy` from 0.8.26 to 0.8.27 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.26...v0.8.27) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: zerocopy dependency-version: 0.8.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a734e9 commit 9dd23e2

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.6.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)