From 6280136209045c8baea6ddf5731b75b94afc918d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:39:01 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/exercises/bare-metal/rtc/Cargo.lock | 8 ++++---- src/exercises/bare-metal/rtc/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/exercises/bare-metal/rtc/Cargo.lock b/src/exercises/bare-metal/rtc/Cargo.lock index be67068b..31e5da62 100644 --- a/src/exercises/bare-metal/rtc/Cargo.lock +++ b/src/exercises/bare-metal/rtc/Cargo.lock @@ -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", ] diff --git a/src/exercises/bare-metal/rtc/Cargo.toml b/src/exercises/bare-metal/rtc/Cargo.toml index 73b93afa..cc1da09d 100644 --- a/src/exercises/bare-metal/rtc/Cargo.toml +++ b/src/exercises/bare-metal/rtc/Cargo.toml @@ -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"