Skip to content

Commit 87d4701

Browse files
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates (#2618)
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates: [log](https://github.com/rust-lang/log) and [cc](https://github.com/rust-lang/cc-rs). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8d8d2e commit 87d4701

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
@@ -10,9 +10,9 @@ publish = false
1010
arm-gic = "0.1.2"
1111
bitflags = "2.8.0"
1212
chrono = { version = "0.4.39", default-features = false }
13-
log = "0.4.22"
13+
log = "0.4.25"
1414
smccc = "0.1.1"
1515
spin = "0.9.8"
1616

1717
[build-dependencies]
18-
cc = "1.2.6"
18+
cc = "1.2.11"

0 commit comments

Comments
 (0)