diff --git a/Cargo.toml b/Cargo.toml index 70e480a..6496a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ nix = "0.26.2" thiserror = "1.0.11" [target.'cfg(target_arch = "x86_64")'.dependencies] -memoffset = "0.8.0" +memoffset = "0.9.1" [dev-dependencies] anyhow = "1.0.31"