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

cargo: bump cc from 1.1.13 to 1.1.14 in /src/bare-metal/aps/examples in the patch group ()

Bumps the patch group in /src/bare-metal/aps/examples with 1 update:
[cc](https://github.com/rust-lang/cc-rs).
This commit is contained in:
dependabot[bot] 2024-08-26 09:41:05 -04:00 committed by GitHub
parent 815f718a0b
commit ba5090dc82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions
src/bare-metal/aps/examples

@ -27,9 +27,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "cc"
version = "1.1.13"
version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932"
dependencies = [
"shlex",
]

@ -13,7 +13,7 @@ smccc = "0.1.1"
spin = "0.9.8"
[build-dependencies]
cc = "1.1.13"
cc = "1.1.14"
[[bin]]
name = "improved"