Skip to content

Commit 6280136

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates (#2728)
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates: [chrono](https://github.com/chronotope/chrono) and [cc](https://github.com/rust-lang/cc-rs). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ef577b commit 6280136

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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
@@ -9,10 +9,10 @@ publish = false
99
[dependencies]
1010
arm-gic = "0.2.2"
1111
bitflags = "2.9.0"
12-
chrono = { version = "0.4.40", default-features = false }
12+
chrono = { version = "0.4.41", default-features = false }
1313
log = "0.4.27"
1414
smccc = "0.2.0"
1515
spin = "0.10.0"
1616

1717
[build-dependencies]
18-
cc = "1.2.17"
18+
cc = "1.2.20"

0 commit comments

Comments
 (0)