Skip to content

Commit 0d748c2

Browse files
cargo: bump the patch group
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). Updates `log` from 0.4.22 to 0.4.25 - [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.22...0.4.25) Updates `cc` from 1.2.6 to 1.2.11 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.6...cc-v1.2.11) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8d8d2e commit 0d748c2

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)