From 6d23a97cf552e400395e68460c3d388a0cece88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:15:38 +0000 Subject: [PATCH] chore(deps)(deps): bump anyhow from 1.0.70 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 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..cd807bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arrayvec" diff --git a/bin/numo/Cargo.toml b/bin/numo/Cargo.toml index 3f76a78..4f7c480 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.100" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/crates/artemis-core/Cargo.toml b/crates/artemis-core/Cargo.toml index de7b97a..25c609a 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.100" 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..8f4ea57 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.100" tracing = "0.1.41" serde = { version = "1", features = ["derive"] } serde_json = "1"