From 923263ab128d16ed0dc1da24a854bdadcc377485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:17:46 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.89 to 1.0.93 in /src/enclave-agent Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/enclave-agent/Cargo.lock | 4 ++-- src/enclave-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/enclave-agent/Cargo.lock b/src/enclave-agent/Cargo.lock index a77c2b6a..73ca8d14 100644 --- a/src/enclave-agent/Cargo.lock +++ b/src/enclave-agent/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arc-swap" diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index 79952e4a..960b0f5f 100644 --- a/src/enclave-agent/Cargo.toml +++ b/src/enclave-agent/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.93" async-trait = "0.1.83" clap = { version = "4.5.13", features = ["derive"] }