1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-27 03:01:03 +02:00

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>
This commit is contained in:
dependabot[bot]
2025-05-01 11:39:01 +01:00
committed by GitHub
parent 6ef577bcc7
commit 6280136209
2 changed files with 6 additions and 6 deletions

View File

@ -26,18 +26,18 @@ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[package]]
name = "cc"
version = "1.2.17"
version = "1.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
dependencies = [
"shlex",
]
[[package]]
name = "chrono"
version = "0.4.40"
version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
dependencies = [
"num-traits",
]

View File

@ -9,10 +9,10 @@ publish = false
[dependencies]
arm-gic = "0.2.2"
bitflags = "2.9.0"
chrono = { version = "0.4.40", default-features = false }
chrono = { version = "0.4.41", default-features = false }
log = "0.4.27"
smccc = "0.2.0"
spin = "0.10.0"
[build-dependencies]
cc = "1.2.17"
cc = "1.2.20"