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.19.0 to 1.20.0 in /src/agent (#3317)
Browse files Browse the repository at this point in the history
Bumps [iced-x86](https://github.com/icedland/iced) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/icedland/iced/releases)
- [Commits](icedland/iced@v1.19.0...v1.20.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>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 956474e commit de69712
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 @@ -8,7 +8,7 @@ license = "MIT"
anyhow = { version = "1.0", features = ["backtrace"] }
cobertura = { path = "../cobertura" }
debuggable-module = { path = "../debuggable-module" }
iced-x86 = "1.19"
iced-x86 = "1.20"
log = "0.4.17"
regex = "1.9"
symbolic = { version = "10.1", features = [
Expand Down
2 changes: 1 addition & 1 deletion src/agent/debuggable-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0"
elsa = "1.8.1"
gimli = "0.27.2"
goblin = "0.6.0"
iced-x86 = "1.19"
iced-x86 = "1.20"
log = "0.4.17"
pdb = "0.8.0"
regex = "1.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.5"
iced-x86 = "1.19"
iced-x86 = "1.20"
log = "0.4"
memmap2 = "0.7"
rand = "0.8"
Expand Down

0 comments on commit de69712

Please sign in to comment.