Skip to content

Commit cb7d879

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump thiserror from 1.0.68 to 2.0.3
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]>
1 parent 76e0cf3 commit cb7d879

File tree

3 files changed

+38
-18
lines changed

3 files changed

+38
-18
lines changed

Cargo.lock

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ shell-words = "1.1.0"
9595
skim = "0.10.4"
9696
tempfile = "3.13.0"
9797
textwrap = "0.16.1"
98-
thiserror = "1.0.68"
98+
thiserror = "2.0.3"
9999
tracing = "0.1.40"
100100
tracing-chrome = "0.6.0"
101101
tracing-error = "0.2.0"

scm-bisect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.3.0"
1111
[dependencies]
1212
indexmap = "2"
1313
itertools = "0.13"
14-
thiserror = "1"
14+
thiserror = "2"
1515
tracing = "0.1"
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)