mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-24 16:42:36 +02:00
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 1 update (#1954)
Bumps the patch group in /src/exercises/bare-metal/rtc with 1 update: [chrono](https://github.com/chronotope/chrono).
This commit is contained in:
parent
546ec48029
commit
18c5fe8065
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
@ -31,9 +31,9 @@ checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.35"
|
version = "0.4.37"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
]
|
]
|
||||||
|
@ -9,7 +9,7 @@ publish = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
arm-gic = "0.1.0"
|
arm-gic = "0.1.0"
|
||||||
bitflags = "2.5.0"
|
bitflags = "2.5.0"
|
||||||
chrono = { version = "0.4.35", default-features = false }
|
chrono = { version = "0.4.37", default-features = false }
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
smccc = "0.1.1"
|
smccc = "0.1.1"
|
||||||
spin = "0.9.8"
|
spin = "0.9.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user