1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-05 09:07:29 +02:00

cargo: bump cc from 1.2.17 to 1.2.20 in /src/bare-metal/aps/examples in the patch group (#2730)

Bumps the patch group in /src/bare-metal/aps/examples with 1 update:
[cc](https://github.com/rust-lang/cc-rs).

Updates `cc` from 1.2.17 to 1.2.20

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:
dependabot[bot] 2025-05-01 11:42:55 +01:00 committed by GitHub
parent 3fe4addb54
commit 3743ddf25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[package]]
name = "cc"
version = "1.2.17"
version = "1.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
dependencies = [
"shlex",
]

View File

@ -13,7 +13,7 @@ smccc = "0.2.0"
spin = "0.10.0"
[build-dependencies]
cc = "1.2.17"
cc = "1.2.20"
[[bin]]
name = "improved"