Skip to content

Commit 7201e8e

Browse files
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] <[email protected]>
1 parent 7da2f47 commit 7201e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ travis-ci = { repository = "https://github.com/williballenthin/lancelot", branch
1515
log = "0.4"
1616
goblin = { version = "0.6", features = ["std", "pe32"], default-features = false }
1717
object = "0.30"
18-
zydis = { features = ["wasm", "serialization"], optional = true, version = "3.1.3" }
18+
zydis = { features = ["wasm", "serialization"], optional = true, version = "4.1.1" }
1919
byteorder = "1"
2020
bitflags = "1"
2121
lazy_static = "1"

0 commit comments

Comments
 (0)