From c84cd0929d9ea12efe515dc758569a82ff0b43b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:53:46 +0000 Subject: [PATCH] fix(deps): 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 85b110e..46033f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ time = "0.3.36" libc = "0.2.154" utmp-raw = { version = "0.4.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 e94d40e..a5e713d 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"] }