Skip to content

Commit

Permalink
build: bump thiserror from 1.0.68 to 2.0.3
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.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.68...2.0.3)

---
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 Nov 11, 2024
1 parent c6c12e5 commit e7e07bd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 18 deletions.
52 changes: 36 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ shell-words = "1.1.0"
skim = "0.10.4"
tempfile = "3.13.0"
textwrap = "0.16.1"
thiserror = "1.0.68"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing-chrome = "0.6.0"
tracing-error = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion scm-bisect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.3.0"
[dependencies]
indexmap = "2"
itertools = "0.13"
thiserror = "1"
thiserror = "2"
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit e7e07bd

Please sign in to comment.