From f797c06777133e82ab4060eeaf722785beb8a54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:38:02 +0000 Subject: [PATCH] Update memoffset requirement from 0.8.0 to 0.9.1 Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version. - [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md) - [Commits](https://github.com/Gilnaa/memoffset/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: memoffset dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"