mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-09 09:11:50 +02:00
cargo: bump cc from 1.0.98 to 1.0.99 in /src/exercises/bare-metal/rtc in the patch group (#2135)
Bumps the patch group in /src/exercises/bare-metal/rtc with 1 update: [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.0.98 to 1.0.99 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
53daee6993
commit
f71935e0cc
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
@ -25,9 +25,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.98"
|
||||
version = "1.0.99"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
|
||||
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
|
@ -15,4 +15,4 @@ smccc = "0.1.1"
|
||||
spin = "0.9.8"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.98"
|
||||
cc = "1.0.99"
|
||||
|
Loading…
Reference in New Issue
Block a user