1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-09 09:11:50 +02:00

cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates (#2271)

Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates:
[arm-gic](https://github.com/google/arm-gic) and
[cc](https://github.com/rust-lang/cc-rs).
This commit is contained in:
dependabot[bot] 2024-08-12 10:56:43 -04:00 committed by GitHub
parent 37738ff199
commit cda5d6c71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ version = 3
[[package]] [[package]]
name = "arm-gic" name = "arm-gic"
version = "0.1.0" version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16805d71f41d1714a51ee34f40633c42980a2afaf8ae237bcba09d6e15494ef" checksum = "84eab3ef073fa1f664c9173e44f2437ce413e41d0ae8f17edd632a1bbcc89c4d"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
@ -25,9 +25,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.7" version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
[[package]] [[package]]
name = "chrono" name = "chrono"

View File

@ -7,7 +7,7 @@ edition = "2021"
publish = false publish = false
[dependencies] [dependencies]
arm-gic = "0.1.0" arm-gic = "0.1.1"
bitflags = "2.6.0" bitflags = "2.6.0"
chrono = { version = "0.4.38", default-features = false } chrono = { version = "0.4.38", default-features = false }
log = "0.4.22" log = "0.4.22"
@ -15,4 +15,4 @@ smccc = "0.1.1"
spin = "0.9.8" spin = "0.9.8"
[build-dependencies] [build-dependencies]
cc = "1.1.7" cc = "1.1.10"