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

cargo: bump the patch group in /src/exercises/bare-metal/rtc with 1 update (#1768)

Bumps the patch group in /src/exercises/bare-metal/rtc with 1 update:
[chrono](https://github.com/chronotope/chrono).

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] 2024-01-29 10:29:40 +00:00 committed by GitHub
parent 85b2f76ea0
commit 4b7a874263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.31"
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
dependencies = [
"num-traits",
]

View File

@ -9,7 +9,7 @@ publish = false
[dependencies]
arm-gic = "0.1.0"
bitflags = "2.4.2"
chrono = { version = "0.4.24", default-features = false }
chrono = { version = "0.4.33", default-features = false }
log = "0.4.17"
smccc = "0.1.1"
spin = "0.9.8"