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

Commit 363c2b0

Browse files
Bump iced-x86 from 1.18.0 to 1.19.0 in /src/agent (#3153)
Bumps [iced-x86](https://github.com/icedland/iced) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](icedland/iced@v1.18.0...v1.19.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>
1 parent 8a2b2b4 commit 363c2b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/agent/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
anyhow = { version = "1.0", features = ["backtrace"] }
99
cobertura = { path = "../cobertura" }
1010
debuggable-module = { path = "../debuggable-module" }
11-
iced-x86 = "1.18"
11+
iced-x86 = "1.19"
1212
log = "0.4.17"
1313
regex = "1.8"
1414
symbolic = { version = "10.1", features = [

src/agent/debuggable-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = "1.0"
99
elsa = "1.8.1"
1010
gimli = "0.27.2"
1111
goblin = "0.6.0"
12-
iced-x86 = "1.18"
12+
iced-x86 = "1.19"
1313
log = "0.4.17"
1414
pdb = "0.8.0"
1515
regex = "1.8"

src/agent/debugger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
anyhow = "1.0"
1010
fnv = "1.0"
1111
goblin = "0.5"
12-
iced-x86 = "1.18"
12+
iced-x86 = "1.19"
1313
log = "0.4"
1414
memmap2 = "0.5"
1515
rand = "0.8"

0 commit comments

Comments
 (0)