Skip to content

Commit 931e6c7

Browse files
authored
Bump bytemuck from 1.16.3 to 1.17.0 in /src (#3394)
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.17.0.
2 parents 4d204a0 + 8112648 commit 931e6c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/linux-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static_assertions = "1.1.0"
1919
vasi = { path = "../vasi" }
2020
num_enum = { version = "0.7.3", default-features = false }
2121
memoffset = "0.9.1"
22-
bytemuck = "1.16.3"
22+
bytemuck = "1.17.0"
2323
linux-syscall = "1.0.0"
2424
linux-errno = "1.0.1"
2525
naked-function = "0.1.5"

src/lib/shadow-shim-helper-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vasi = { path = "../vasi" }
2323
vasi-sync = { path = "../vasi-sync" }
2424
linux-api = { path = "../linux-api" }
2525
tcp = { path = "../tcp" }
26-
bytemuck = "1.16.3"
26+
bytemuck = "1.17.0"
2727

2828
[build-dependencies]
2929
cc = { version = "1.1", features = ["parallel"] }

src/main/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ vasi-sync = { path = "../lib/vasi-sync" }
6565
# https://github.com/rust-lang/rust/issues/44930
6666
vsprintf = { git = "https://github.com/shadow/vsprintf", rev = "fa9a307e3043a972501b3157323ed8a9973ad45a" }
6767
which = "6.0.2"
68-
bytemuck = "1.16.3"
68+
bytemuck = "1.17.0"
6969
rustix = { version = "0.38.34", features = ["event", "mm", "pipe"] }
7070

7171
[features]

0 commit comments

Comments
 (0)