mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 10:48:44 +00:00
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] <support@github.com>
This commit is contained in:
parent
1ad4e45a2a
commit
8ef9eef514
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue