From 5b4a9c022866fde448ae2ea4ee84e94b9e6eecdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:17:24 +0000 Subject: [PATCH 1/3] chore(deps): Bump http from 1.1.0 to 1.2.0 Bumps [http](https://github.com/hyperium/http) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72920f45..c17baf29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,9 +1496,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 478967c2..3800f61d 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -66,7 +66,7 @@ graphql_client = "0.14.0" # # See: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations hipcheck-macros = { path = "../hipcheck-macros", version = "0.3.1" } -http = "1.1.0" +http = "1.2.0" indexmap = "2.7.0" indextree = "4.7.3" indicatif = { version = "0.17.9", features = ["rayon"] } From d716e9dbb5a4cacce5c61b85addd014658a70e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:18:00 +0000 Subject: [PATCH 2/3] chore(deps): Bump anyhow from 1.0.93 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...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 ++-- hipcheck-common/Cargo.toml | 4 ++-- hipcheck-sdk-macros/Cargo.toml | 2 +- hipcheck/Cargo.toml | 2 +- plugins/affiliation/Cargo.toml | 2 +- plugins/entropy/Cargo.toml | 2 +- plugins/git/Cargo.toml | 2 +- plugins/github/Cargo.toml | 2 +- plugins/linguist/Cargo.toml | 2 +- plugins/npm/Cargo.toml | 2 +- plugins/review/Cargo.toml | 2 +- plugins/typo/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- test-plugins/dummy_rand_data/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c17baf29..2f8d8520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "arbitrary" diff --git a/hipcheck-common/Cargo.toml b/hipcheck-common/Cargo.toml index 8b18b3bb..53ef0841 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" log = "0.4.22" prost = "0.13.3" serde_json = "1.0.133" @@ -16,6 +16,6 @@ thiserror = "2.0.3" tonic = "0.12.3" [build-dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" pathbuf = "1.0.0" tonic-build = "0.12.3" diff --git a/hipcheck-sdk-macros/Cargo.toml b/hipcheck-sdk-macros/Cargo.toml index 8b3f56f7..09ea706d 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.91" +anyhow = "1.0.94" convert_case = "0.6.0" log = "0.4.22" proc-macro2 = "1.0.89" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 3800f61d..ecaab4ea 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -145,7 +145,7 @@ serde_with = "3.11.0" [build-dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" pathbuf = "1.0.0" schemars = { version = "0.8.21", features = ["chrono", "url"] } serde = { version = "1.0.215", features = ["derive"] } diff --git a/plugins/affiliation/Cargo.toml b/plugins/affiliation/Cargo.toml index 1d533d10..2a8c1959 100644 --- a/plugins/affiliation/Cargo.toml +++ b/plugins/affiliation/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } kdl = "4.6.0" diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index ef21620b..8cdd5b1d 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } dashmap = { version = "6.1.0", features = ["inline", "rayon"] } finl_unicode = { version = "1.3.0", features = ["grapheme_clusters"] } diff --git a/plugins/git/Cargo.toml b/plugins/git/Cargo.toml index 9bf3a43d..af0c4d73 100644 --- a/plugins/git/Cargo.toml +++ b/plugins/git/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } jiff = { version = "0.1.14", features = ["serde"] } diff --git a/plugins/github/Cargo.toml b/plugins/github/Cargo.toml index 3bb1ee7f..659176a9 100644 --- a/plugins/github/Cargo.toml +++ b/plugins/github/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } graphql_client = "0.14.0" hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ diff --git a/plugins/linguist/Cargo.toml b/plugins/linguist/Cargo.toml index 8252df9f..eacfa32e 100644 --- a/plugins/linguist/Cargo.toml +++ b/plugins/linguist/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", diff --git a/plugins/npm/Cargo.toml b/plugins/npm/Cargo.toml index a33e0041..da8c8243 100644 --- a/plugins/npm/Cargo.toml +++ b/plugins/npm/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } log = "0.4.22" diff --git a/plugins/review/Cargo.toml b/plugins/review/Cargo.toml index fc7a9874..6d3ac795 100644 --- a/plugins/review/Cargo.toml +++ b/plugins/review/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } log = "0.4.22" diff --git a/plugins/typo/Cargo.toml b/plugins/typo/Cargo.toml index 8ef9fbe1..ffe88acb 100644 --- a/plugins/typo/Cargo.toml +++ b/plugins/typo/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", 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 45747733..5e27f606 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" thiserror = "2.0.3" futures = "0.3.31" indexmap = "2.7.0" diff --git a/test-plugins/dummy_rand_data/Cargo.toml b/test-plugins/dummy_rand_data/Cargo.toml index 522d0cde..bcdc18c8 100644 --- a/test-plugins/dummy_rand_data/Cargo.toml +++ b/test-plugins/dummy_rand_data/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } rand = "0.8.5" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0107ab5f..2fa2edf1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.94" clap = { version = "4.5.23", features = ["cargo", "derive"] } clap-verbosity-flag = "3.0.1" env_logger = "0.11.5" From 88584545e703f3c3add41956e342b8234f29fd56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:38:44 +0000 Subject: [PATCH 3/3] chore(deps): Bump thiserror from 2.0.3 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- hipcheck-common/Cargo.toml | 2 +- hipcheck/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f8d8520..6ea7d848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ "tempfile", "term_size", "test-log", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "toml", @@ -1425,7 +1425,7 @@ dependencies = [ "pathbuf", "prost", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tonic", "tonic-build", ] @@ -1456,7 +1456,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "tonic", @@ -3445,11 +3445,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.6", ] [[package]] @@ -3465,9 +3465,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -4488,7 +4488,7 @@ dependencies = [ "pbkdf2", "rand", "sha1", - "thiserror 2.0.3", + "thiserror 2.0.6", "time", "zeroize", "zopfli", diff --git a/hipcheck-common/Cargo.toml b/hipcheck-common/Cargo.toml index 53ef0841..53126ca1 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.94" log = "0.4.22" prost = "0.13.3" serde_json = "1.0.133" -thiserror = "2.0.3" +thiserror = "2.0.6" tonic = "0.12.3" [build-dependencies] diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index ecaab4ea..f5493669 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -126,7 +126,7 @@ tokio = { version = "1.41.1", features = [ tokio-stream = "0.1.16" toml = "0.8.19" tonic = "0.12.3" -thiserror = "2.0.3" +thiserror = "2.0.6" unicode-normalization = "0.1.24" ureq = { version = "2.10.1", default-features = false, features = [ "json", diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 5e27f606..5206fff0 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.94" -thiserror = "2.0.3" +thiserror = "2.0.6" futures = "0.3.31" indexmap = "2.7.0" jiff = { version = "0.1.14", features = ["serde"] }