Skip to content

Commit

Permalink
Merge branch 'main' into patrickjcasey/replace-nom-parser-with-libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjcasey authored Dec 10, 2024
2 parents ece0bb6 + 8858454 commit c10a537
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hipcheck-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion hipcheck-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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",
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/affiliation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/entropy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion plugins/linguist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/review/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/typo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion test-plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c10a537

Please sign in to comment.