1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-20 06:15:44 +02:00

cargo: bump zerocopy from 0.8.27 to 0.8.31 in /src/bare-metal/aps/examples in the patch group (#2982)

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

Updates `zerocopy` from 0.8.27 to 0.8.31

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-12-01 11:33:34 +00:00
committed by GitHub
parent 1b91548093
commit dbbfe370dc
2 changed files with 5 additions and 5 deletions

View File

@@ -196,18 +196,18 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "zerocopy"
version = "0.8.27"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.27"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -15,7 +15,7 @@ log = "0.4.28"
safe-mmio = "0.2.5"
smccc = "0.2.0"
spin = "0.10.0"
zerocopy = "0.8.27"
zerocopy = "0.8.31"
[[bin]]
name = "improved"