Skip to content

Commit 010b443

Browse files
cargo: bump the patch group in /src/bare-metal/aps/examples with 3 updates (#2799)
Bumps the patch group in /src/bare-metal/aps/examples with 3 updates: [aarch64-rt](https://github.com/google/aarch64-rt), [smccc](https://github.com/google/smccc) and [zerocopy](https://github.com/google/zerocopy). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30e3151 commit 010b443

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

src/bare-metal/aps/examples/Cargo.lock

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bare-metal/aps/examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ publish = false
88

99
[dependencies]
1010
aarch64-paging = { version = "0.9.1", default-features = false }
11-
aarch64-rt = "0.2.0"
11+
aarch64-rt = "0.2.2"
1212
arm-pl011-uart = "0.3.1"
1313
bitflags = "2.9.1"
1414
log = "0.4.27"
1515
safe-mmio = "0.2.5"
1616
smccc = "0.2.0"
1717
spin = "0.10.0"
18-
zerocopy = "0.8.25"
18+
zerocopy = "0.8.26"
1919

2020
[[bin]]
2121
name = "improved"

0 commit comments

Comments
 (0)