From 10bb88c9474ba260981beffdaee52c03cb5965af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 04:48:24 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.89 to 1.0.91 in /src/enclave-agent Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91) --- 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..0471918e 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.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "arc-swap" diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index 79952e4a..84263325 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.91" async-trait = "0.1.83" clap = { version = "4.5.13", features = ["derive"] }