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

Update Cargo.lock. (#614)

This was missed in #583.
This commit is contained in:
Andrew Walbran 2023-05-05 11:25:45 +01:00 committed by GitHub
parent 2706c3f532
commit 5a495a508e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,12 +83,6 @@ dependencies = [
"autocfg",
]
[[package]]
name = "psci"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3374e3ae47f134467227a48be93b929e5d304efcd25ce5d176006403ca1d9bab"
[[package]]
name = "rtc"
version = "0.1.0"
@ -98,7 +92,7 @@ dependencies = [
"cc",
"chrono",
"log",
"psci",
"smccc",
"spin",
]
@ -108,6 +102,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "smccc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617d17f088ec733e5a6b86da6ce4cce1414e6e856d6061c16dda51cceae6f68c"
[[package]]
name = "spin"
version = "0.9.8"