mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-25 07:32:40 +02:00
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 1 update (#1808)
Bumps the patch group in /src/exercises/bare-metal/rtc with 1 update: [chrono](https://github.com/chronotope/chrono). Updates `chrono` from 0.4.33 to 0.4.34 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:
parent
f5f2c6b925
commit
bd7f15dbaa
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
@ -34,9 +34,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.33"
|
||||
version = "0.4.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
||||
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
@ -9,7 +9,7 @@ publish = false
|
||||
[dependencies]
|
||||
arm-gic = "0.1.0"
|
||||
bitflags = "2.4.2"
|
||||
chrono = { version = "0.4.33", default-features = false }
|
||||
chrono = { version = "0.4.34", default-features = false }
|
||||
log = "0.4.17"
|
||||
smccc = "0.1.1"
|
||||
spin = "0.9.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user