From 12e093c83bbc489efe9e82dc1bbbbabc7d13648f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:55:27 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.83 to 1.0.86 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.86. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9d8497..dc6c694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index b5019ea..8aa0bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ attestation = { path = "crates/attestation", version = "0.2.0" } steward-server = { path = "crates/server", version = "0.2.0" } # External dependencies -anyhow = { version = "^1.0.83", default-features = false } +anyhow = { version = "^1.0.86", default-features = false } axum = { version = "^0.5.17", default-features = false } chrono = { version = "0.4", default-features = false } clap = { version = "^4.3.24", default-features = false }