Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump iced-x86 from 1.13.0 to 1.14.0 in /src/agent (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2021
1 parent 7b740a6 commit 8270ca2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ debugger = { path = "../debugger" }
dunce = "1.0"
fixedbitset = "0.4"
goblin = "0.4"
iced-x86 = { version = "1.1", features = ["decoder", "op_code_info", "instr_info", "masm"] }
iced-x86 = { version = "1.14", features = ["decoder", "op_code_info", "instr_info", "masm"] }
log = "0.4"
memmap2 = "0.3"
msvc-demangler = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/debugger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
anyhow = "1.0"
fnv = "1.0"
goblin = "0.4"
iced-x86 = "1.1"
iced-x86 = "1.14"
log = "0.4"
memmap2 = "0.3"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", optional = true}
iced-x86 = { version = "1.14", optional = true}
tokio = { version = "1.10", features = ["full"] }
lazy_static = "1.4"

Expand Down

0 comments on commit 8270ca2

Please sign in to comment.