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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-05 22:59:29 +00:00 committed by GitHub
parent 0428da2425
commit f19a0e8d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src/agent/Cargo.lock generated
View File

@ -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",
]

View File

@ -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"