Skip to content

Commit

Permalink
chore(deps): Bump thiserror from 2.0.3 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 51048ec commit bb41194
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.93"
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]
Expand Down
2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
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 Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
thiserror = "2.0.3"
thiserror = "2.0.6"
futures = "0.3.31"
indexmap = "2.7.0"
jiff = { version = "0.1.14", features = ["serde"] }
Expand Down

0 comments on commit bb41194

Please sign in to comment.