diff --git a/Cargo.lock b/Cargo.lock index 42e94747..6061ccc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,9 +159,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" @@ -2103,7 +2103,7 @@ dependencies = [ "tempfile", "term_size", "test-log", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "toml", @@ -2130,7 +2130,7 @@ dependencies = [ "pathbuf", "prost", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tonic", "tonic-build", ] @@ -2161,7 +2161,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "tonic", @@ -2201,9 +2201,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", @@ -4230,11 +4230,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]] @@ -4250,9 +4250,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", @@ -5288,7 +5288,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 8b18b3bb..53126ca1 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -8,14 +8,14 @@ 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" -thiserror = "2.0.3" +thiserror = "2.0.6" 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 478967c2..f5493669 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"] } @@ -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", @@ -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 ae5bdf6b..02103645 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"] } gix = { version = "0.68.0", default-features = false, features = [ "basic", 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..5206fff0 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -5,8 +5,8 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.93" -thiserror = "2.0.3" +anyhow = "1.0.94" +thiserror = "2.0.6" futures = "0.3.31" indexmap = "2.7.0" jiff = { version = "0.1.14", features = ["serde"] } 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"