From 1d28c17cd708ba5ce24b859f0d8f520a6b989731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:46:44 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.89 to 1.0.92 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...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 d872209e..c4848b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index d55165dd..c2ee8c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ web-time = "1.1.0" [dev-dependencies] -anyhow = "1.0.89" +anyhow = "1.0.92" alloy-primitives = { version = "0.8.5", default-features = false } chrono = "0.4.38" katana-core = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" }