From 8ef9eef514b8cb36e61eeb9be1e65323c1472e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:14:18 +0000 Subject: [PATCH] build(deps): update zydis requirement from 3.1.3 to 4.1.1 Updates the requirements on [zydis](https://github.com/zyantific/zydis-rs) to permit the latest version. - [Commits](https://github.com/zyantific/zydis-rs/commits) --- updated-dependencies: - dependency-name: zydis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 2f06917..60a331e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,7 +15,7 @@ travis-ci = { repository = "https://github.com/williballenthin/lancelot", branch log = "0.4" goblin = { version = "0.9", features = ["std", "pe32"], default-features = false } object = "0.36" -zydis = { features = ["wasm", "serialization"], optional = true, version = "3.1.3" } +zydis = { features = ["wasm", "serialization"], optional = true, version = "4.1.1" } byteorder = "1" bitflags = "1" lazy_static = "1"