You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2026-04-25 23:11:02 +02:00
cargo: bump zerocopy from 0.8.40 to 0.8.48 in /src/bare-metal/aps/examples in the patch group (#3139)
Bumps the patch group in /src/bare-metal/aps/examples with 1 update: [zerocopy](https://github.com/google/zerocopy). Updates `zerocopy` from 0.8.40 to 0.8.48 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:
Generated
+4
-4
@@ -196,18 +196,18 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
||||
|
||||
[[package]]
|
||||
name = "zerocopy"
|
||||
version = "0.8.40"
|
||||
version = "0.8.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
|
||||
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
||||
dependencies = [
|
||||
"zerocopy-derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zerocopy-derive"
|
||||
version = "0.8.40"
|
||||
version = "0.8.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
|
||||
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -15,7 +15,7 @@ log = "0.4.29"
|
||||
safe-mmio = "0.2.7"
|
||||
smccc = "0.2.0"
|
||||
spin = "0.10.0"
|
||||
zerocopy = "0.8.40"
|
||||
zerocopy = "0.8.48"
|
||||
|
||||
[[bin]]
|
||||
name = "improved"
|
||||
|
||||
Reference in New Issue
Block a user