From 4994b6e12baa40848f8a33f85b2d3d2fc6f16a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:42:59 -0500 Subject: [PATCH] chore: bump anyhow from 1.0.86 to 1.0.90 (#4626) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.90) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 031d127c6a..b4283a481c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "anymap2" diff --git a/Cargo.toml b/Cargo.toml index 088eb98345..081b964aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.dependencies] -anyhow = "1.0.86" +anyhow = "1.0.90" async-graphql = { version = "7.0.6", default-features = false, features = ["tracing", "chrono", "playground"] } async-graphql-axum = "7.0.3" axum = { version = "0.7.5", features = ["macros"] }