Skip to content

Commit

Permalink
Update Rust crate zerocopy to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 4eaa529 commit aa20433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ time = "0.3.36"
libc = "0.2.154"
utmp-raw = { version = "0.3.0", path = "raw" }
thiserror = "2.0.0"
zerocopy = { version = "0.7.32", features = ["derive"] }
zerocopy = { version = "0.8.0", features = ["derive"] }

[workspace]
members = ["raw"]
Expand Down
2 changes: 1 addition & 1 deletion raw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ path = "dump_utmp.rs"
[dependencies]
cfg-if = "1.0.0"
libc = "0.2.154"
zerocopy = { version = "0.7.32", features = ["derive"] }
zerocopy = { version = "0.8.0", features = ["derive"] }

0 comments on commit aa20433

Please sign in to comment.