Skip to content

Commit aa20433

Browse files
Update Rust crate zerocopy to 0.8.0
1 parent 4eaa529 commit aa20433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ time = "0.3.36"
1515
libc = "0.2.154"
1616
utmp-raw = { version = "0.3.0", path = "raw" }
1717
thiserror = "2.0.0"
18-
zerocopy = { version = "0.7.32", features = ["derive"] }
18+
zerocopy = { version = "0.8.0", features = ["derive"] }
1919

2020
[workspace]
2121
members = ["raw"]

raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ path = "dump_utmp.rs"
1919
[dependencies]
2020
cfg-if = "1.0.0"
2121
libc = "0.2.154"
22-
zerocopy = { version = "0.7.32", features = ["derive"] }
22+
zerocopy = { version = "0.8.0", features = ["derive"] }

0 commit comments

Comments
 (0)