From 79c60d7b3cffad38eee888ca9b3cb8e203dffe11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:07:52 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.90 to 1.0.92 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.92) --- 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 e177365..1bdb961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 44d27c3..22e5804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.3 amp-resolver = { path = "resolver" } amp-resources = { path = "resources" } amp-workflow = { path = "workflow" } -anyhow = "1.0.90" +anyhow = "1.0.92" async-nats = "0.37.0" async-trait = "0.1.83" axum = { version = "0.7.7" }