Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.68 to 2.0.4
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.4.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.68...2.0.4)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 379a105 commit 7fb99f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cbindgen = "0.27.0"
[dependencies]
substrait-validator = { path = "../rs", version = "0.1.1" }
libc = "0.2"
thiserror = "1.0"
thiserror = "2.0"
once_cell = "1.19"
2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ uriparse = "0.6"
once_cell = "1.19"

# Various small helper crates for the diagnostic/error enums.
thiserror = "1.0"
thiserror = "2.0"
strum = "0.26"
strum_macros = "0.26"
num-traits = "0.2"
Expand Down

0 comments on commit 7fb99f8

Please sign in to comment.