Skip to content

Commit

Permalink
chore(deps): Bump anyhow from 1.0.89 to 1.0.90
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alilleybrinker committed Oct 21, 2024
1 parent 5566fac commit 8e38e72
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.89"
anyhow = "1.0.90"
convert_case = "0.6.0"
proc-macro2 = "1.0.87"
quote = "1.0.37"
Expand Down
2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions 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.89"
anyhow = "1.0.90"
clap = { version = "4.5.18", features = ["derive"] }
futures = "0.3.31"
indexmap = "2.6.0"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data_sdk/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.87"
anyhow = "1.0.90"
clap = { version = "4.5.18", features = ["derive"] }
hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] }
rand = "0.8.5"
Expand Down
4 changes: 2 additions & 2 deletions plugins/dummy_sha256/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.89"
anyhow = "1.0.90"
clap = { version = "4.5.18", features = ["derive"] }
indexmap = "2.6.0"
futures = "0.3.31"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion plugins/git/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.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"] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/github_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm_dependencies/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.89"
anyhow = "1.0.90"
clap = { version = "4.5.18", features = ["derive"] }
hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]}
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e38e72

Please sign in to comment.