From 0c9f82c40bd9c43e1c49cd6563ae7a5a188f0842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:07:20 +0000 Subject: [PATCH] Bump iced-x86 from 1.18.0 to 1.19.0 in /src/agent 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](https://github.com/icedland/iced/compare/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] --- src/agent/Cargo.lock | 4 ++-- src/agent/coverage/Cargo.toml | 2 +- src/agent/debuggable-module/Cargo.toml | 2 +- src/agent/debugger/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index 14b30a0963..328543c29d 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -1561,9 +1561,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd04b950d75b3498320253b17fb92745b2cc79ead8814aede2f7c1bab858bec" +checksum = "b7cc8d38244d84278262c8ebe6930cc44283d194cbabae2651f6112103802fb5" dependencies = [ "lazy_static", ] diff --git a/src/agent/coverage/Cargo.toml b/src/agent/coverage/Cargo.toml index 49098bef80..a52e355b81 100644 --- a/src/agent/coverage/Cargo.toml +++ b/src/agent/coverage/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" anyhow = { version = "1.0", features = ["backtrace"] } cobertura = { path = "../cobertura" } debuggable-module = { path = "../debuggable-module" } -iced-x86 = "1.18" +iced-x86 = "1.19" log = "0.4.17" regex = "1.8" symbolic = { version = "10.1", features = [ diff --git a/src/agent/debuggable-module/Cargo.toml b/src/agent/debuggable-module/Cargo.toml index c12bf4a460..485340bfd6 100644 --- a/src/agent/debuggable-module/Cargo.toml +++ b/src/agent/debuggable-module/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" elsa = "1.8.1" gimli = "0.27.2" goblin = "0.6.0" -iced-x86 = "1.18" +iced-x86 = "1.19" log = "0.4.17" pdb = "0.8.0" regex = "1.8" diff --git a/src/agent/debugger/Cargo.toml b/src/agent/debugger/Cargo.toml index ecf4b3bb2e..9ec1f22404 100644 --- a/src/agent/debugger/Cargo.toml +++ b/src/agent/debugger/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" anyhow = "1.0" fnv = "1.0" goblin = "0.5" -iced-x86 = "1.18" +iced-x86 = "1.19" log = "0.4" memmap2 = "0.5" rand = "0.8"