From 9760a38e7a6f9270cb5e3b3b90845f71c8884cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:52:07 +0000 Subject: [PATCH] chore(deps): Bump anyhow from 1.0.89 to 1.0.90 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...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 ++-- hipcheck-sdk-macros/Cargo.toml | 2 +- hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 4 ++-- plugins/dummy_rand_data_sdk/Cargo.toml | 2 +- plugins/dummy_sha256/Cargo.toml | 4 ++-- plugins/git/Cargo.toml | 2 +- plugins/github_api/Cargo.toml | 2 +- plugins/npm_dependencies/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f9ef22e..7eba4097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "arbitrary" diff --git a/hipcheck-sdk-macros/Cargo.toml b/hipcheck-sdk-macros/Cargo.toml index 817bcedc..c275d1fd 100644 --- a/hipcheck-sdk-macros/Cargo.toml +++ b/hipcheck-sdk-macros/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" proc-macro = true [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" convert_case = "0.6.0" proc-macro2 = "1.0.87" quote = "1.0.37" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 27a129af..8c0d184f 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -137,7 +137,7 @@ zstd = "0.13.2" [build-dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" pathbuf = "1.0.0" schemars = { version = "0.8.21", features = ["chrono", "url"] } serde = { version = "1.0.210", features = ["derive"] } diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index 9b426e51..aae8a59a 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["derive"] } futures = "0.3.31" indexmap = "2.6.0" @@ -18,5 +18,5 @@ tokio-stream = "0.1.16" tonic = "0.12.3" [build-dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" tonic-build = "0.12.3" diff --git a/plugins/dummy_rand_data_sdk/Cargo.toml b/plugins/dummy_rand_data_sdk/Cargo.toml index 600d1da8..60a1f449 100644 --- a/plugins/dummy_rand_data_sdk/Cargo.toml +++ b/plugins/dummy_rand_data_sdk/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } rand = "0.8.5" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index bfb89495..cc78114b 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["derive"] } indexmap = "2.6.0" futures = "0.3.31" @@ -19,5 +19,5 @@ tokio-stream = "0.1.16" tonic = "0.12.3" [build-dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" tonic-build = "0.12.3" diff --git a/plugins/git/Cargo.toml b/plugins/git/Cargo.toml index f2493365..170f47ed 100644 --- a/plugins/git/Cargo.toml +++ b/plugins/git/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]} jiff = { version = "0.1.13", features = ["serde"] } diff --git a/plugins/github_api/Cargo.toml b/plugins/github_api/Cargo.toml index fffd7fbe..38ba0a52 100644 --- a/plugins/github_api/Cargo.toml +++ b/plugins/github_api/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.19", features = ["derive"] } graphql_client = "0.14.0" hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros"] } diff --git a/plugins/npm_dependencies/Cargo.toml b/plugins/npm_dependencies/Cargo.toml index 731d15a7..c6c3dce4 100644 --- a/plugins/npm_dependencies/Cargo.toml +++ b/plugins/npm_dependencies/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]} log = "0.4.22" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index dd4efd07..c7970e53 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -22,7 +22,7 @@ url = { version = "2.5.2", features = ["serde"] } [build-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.90" tonic-build = "0.12.3" [features] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f20b3956..7d3c0fd6 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.90" clap = { version = "4.5.18", features = ["cargo", "derive"] } clap-verbosity-flag = "2.2.2" env_logger = "0.11.5"