From aa20433083808d5a322033885e81d67fc3ebc20b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:55:40 +0000 Subject: [PATCH] Update Rust crate zerocopy to 0.8.0 --- Cargo.toml | 2 +- raw/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42e39c2..da7173b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/raw/Cargo.toml b/raw/Cargo.toml index c914196..2344539 100644 --- a/raw/Cargo.toml +++ b/raw/Cargo.toml @@ -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"] }