mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Bump iced-x86 from 1.15.0 to 1.17.0 in /src/agent (#1999)
Bumps [iced-x86](https://github.com/icedland/iced) from 1.15.0 to 1.17.0. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: iced-x86 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -1321,9 +1321,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "iced-x86"
|
||||
version = "1.15.0"
|
||||
version = "1.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46e977036f7f5139d580c7f19ad62df9cb8ebd8410bb569e73585226be80a86f"
|
||||
checksum = "158f5204401d08f91d19176112146d75e99b3cf745092e268fa7be33e09adcec"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"static_assertions",
|
||||
|
@ -17,7 +17,7 @@ debugger = { path = "../debugger" }
|
||||
dunce = "1.0"
|
||||
fixedbitset = "0.4"
|
||||
goblin = "0.5"
|
||||
iced-x86 = { version = "1.15", features = ["decoder", "op_code_info", "instr_info", "masm"] }
|
||||
iced-x86 = { version = "1.17", features = ["decoder", "op_code_info", "instr_info", "masm"] }
|
||||
log = "0.4"
|
||||
memmap2 = "0.5"
|
||||
msvc-demangler = "0.9"
|
||||
|
@ -9,7 +9,7 @@ license = "MIT"
|
||||
anyhow = "1.0"
|
||||
fnv = "1.0"
|
||||
goblin = "0.5"
|
||||
iced-x86 = "1.15"
|
||||
iced-x86 = "1.17"
|
||||
log = "0.4"
|
||||
memmap2 = "0.5"
|
||||
rand = "0.8"
|
||||
|
@ -20,7 +20,7 @@ log = "0.4"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
z3-sys = { version = "0.6", optional = true}
|
||||
iced-x86 = { version = "1.15", optional = true}
|
||||
iced-x86 = { version = "1.17", optional = true}
|
||||
tokio = { version = "1.15", features = ["full"] }
|
||||
lazy_static = "1.4"
|
||||
chrono = "0.4"
|
||||
|
Reference in New Issue
Block a user