Skip to content

Commit 9dfc48f

Browse files
Bump thiserror from 1.0.69 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69890d3 commit 9dfc48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -54,7 +54,7 @@ ecow = "0"
5454
# Drop in replacement for std::path but with only utf-8
5555
camino = "1"
5656
# std::error::Error definition macro
57-
thiserror = "1"
57+
thiserror = "2"
5858
# Test assertion errors with diffs
5959
pretty_assertions = "1"
6060
# Snapshot testing to make test maintenance easier

0 commit comments

Comments
 (0)