From da6ec3784e1b8ac1d3531e5fc6dec6396b465206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:25:33 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.93 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94) --- 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 1209400..ae23edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index efc09db..c6d13c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.4 amp-resolver = { path = "resolver" } amp-resources = { path = "resources" } amp-workflow = { path = "workflow" } -anyhow = "1.0.93" +anyhow = "1.0.94" async-nats = "0.37.0" async-trait = "0.1.83" axum = { version = "0.7.9" }