From fb6baf11daabb19f15bdd23d5e1417ff2b667b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:21:32 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.75 to 1.0.80 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.80) --- 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 7ade641..e0db91e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 1496341..231a491 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.75", default-features = false } +anyhow = { version = "^1.0.80", 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 }