From e52606611eebbf02661c3afda32d66b70d37fc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:54:42 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.86 to 1.0.90 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] --- Cargo.lock | 4 ++-- src/bindings/Cargo.toml | 2 +- src/test-suite/Cargo.toml | 2 +- src/tool/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 830d0e0..f4c8435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,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 = "ascii" diff --git a/src/bindings/Cargo.toml b/src/bindings/Cargo.toml index f1f9b8a..b4b6352 100644 --- a/src/bindings/Cargo.toml +++ b/src/bindings/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0.124" uuid = { version = "1.10.0", features = ["serde"] } [build-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.90" lazy-regex = "3.2.0" openrpc-types = "0.4.0" prettyplease = "0.2.20" diff --git a/src/test-suite/Cargo.toml b/src/test-suite/Cargo.toml index 47e3a4e..07cf133 100644 --- a/src/test-suite/Cargo.toml +++ b/src/test-suite/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.207", features = ["derive"] } bindings = { path = "../bindings" } strum = { version = "0.26.3", features = ["derive"] } derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] } -anyhow = "1.0.86" +anyhow = "1.0.90" schemars = { version = "0.8.21", features = ["derive"] } reqwest = { version = "0.12.5", features = ["blocking", "json"] } humantime-serde = "1.1.1" diff --git a/src/tool/Cargo.toml b/src/tool/Cargo.toml index b19d190..5215ff8 100644 --- a/src/tool/Cargo.toml +++ b/src/tool/Cargo.toml @@ -7,7 +7,7 @@ publish.workspace = true [dependencies] anstream = "0.6.15" -anyhow = "1.0.86" +anyhow = "1.0.90" ascii = "1.1.0" axum = "0.7.5" bstr = "1.9.1"