From a7aa0419a24dfd94404732e476955a5fa0772b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:01:04 +0000 Subject: [PATCH] chore(deps)(deps): bump anyhow from 1.0.70 to 1.0.101 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.101. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.101) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bin/numo/Cargo.toml | 2 +- crates/artemis-core/Cargo.toml | 2 +- crates/strategies/numo-arb/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fba569..2b550f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "arrayvec" diff --git a/bin/numo/Cargo.toml b/bin/numo/Cargo.toml index 3f76a78..b660582 100644 --- a/bin/numo/Cargo.toml +++ b/bin/numo/Cargo.toml @@ -25,6 +25,6 @@ tracing = "0.1.41" tracing-subscriber = { version = "0.3", features = ["env-filter"] } ## misc -anyhow = "1.0.70" +anyhow = "1.0.101" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/crates/artemis-core/Cargo.toml b/crates/artemis-core/Cargo.toml index de7b97a..949d101 100644 --- a/crates/artemis-core/Cargo.toml +++ b/crates/artemis-core/Cargo.toml @@ -22,7 +22,7 @@ tokio-stream = { version = "0.1", features = ['sync'] } jsonrpsee = { version = "0.19", features = ["client", "async-client"] } ## misc -anyhow = "1.0.70" +anyhow = "1.0.101" thiserror = "1.0.40" tracing = "0.1.41" tower = "0.4.13" diff --git a/crates/strategies/numo-arb/Cargo.toml b/crates/strategies/numo-arb/Cargo.toml index 94b8f10..75eb54b 100644 --- a/crates/strategies/numo-arb/Cargo.toml +++ b/crates/strategies/numo-arb/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1.64" tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] } ## misc -anyhow = "1.0.70" +anyhow = "1.0.101" tracing = "0.1.41" serde = { version = "1", features = ["derive"] } serde_json = "1"