From 35e6d6e090e18366391d4db0df4db0f904d70d66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:02:18 +0000 Subject: [PATCH] fix(deps): update rust crate zerocopy to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d07b955..b1f1b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" libc = "0.2.154" utmp-raw = { git = "https://github.com/Unpublished/utmp-rs" } thiserror = "1.0.59" -zerocopy = "0.7.32" +zerocopy = "0.8.0" [dev-dependencies] anyhow = "1.0.82"