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:
dependabot[bot] 2024-11-01 13:14:18 +00:00 committed by GitHub
parent 1ad4e45a2a
commit 8ef9eef514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"