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"