From f19a0e8d70ec00e34b5e943233a27149353c2072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 22:59:29 +0000 Subject: [PATCH] Bump elsa from 1.7.0 to 1.8.1 in /src/agent (#2983) Bumps [elsa](https://github.com/manishearth/elsa) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/manishearth/elsa/releases) - [Commits](https://github.com/manishearth/elsa/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: elsa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/agent/Cargo.lock | 4 ++-- src/agent/debuggable-module/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index f5617c69e..c9e0cd96f 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -782,9 +782,9 @@ dependencies = [ [[package]] name = "elsa" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b4b5d23ed6b6948d68240aafa4ac98e568c9a020efd9d4201a6288bc3006e09" +checksum = "b5e0aca8dce8856e420195bd13b6a64de3334235ccc9214e824b86b12bf26283" dependencies = [ "stable_deref_trait", ] diff --git a/src/agent/debuggable-module/Cargo.toml b/src/agent/debuggable-module/Cargo.toml index 5bb7ce31e..d723a1e5e 100644 --- a/src/agent/debuggable-module/Cargo.toml +++ b/src/agent/debuggable-module/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] anyhow = "1.0" -elsa = "1.7.0" +elsa = "1.8.1" gimli = "0.26.2" goblin = "0.6.0" iced-x86 = "1.17"