From fe7a8185579d88769e3680d5bfcaec56bca2677f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:52:40 +0000 Subject: [PATCH] Bump anyhow from 1.0.80 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...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 ec98393..5d8b1b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "arbiter-bindings" diff --git a/Cargo.toml b/Cargo.toml index a9e66bf..c55a8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ arbiter-engine = { version = "0.3.2" } tokio = { version = "1.36.0", features = ["full"] } ethers = { version = "2.0.13" } serde = { version = "1.0.197", features = ["derive"] } -anyhow = { version = "1.0.80" } +anyhow = { version = "1.0.94" } async-trait = "0.1.77" clap = { version = "4.5.1", features = ["derive"] }