Skip to content

Commit ff2e08c

Browse files
build(deps): bump thiserror from 1.0.64 to 2.0.0 (#275)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb3b386 commit ff2e08c

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

Cargo.lock

Lines changed: 37 additions & 17 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
@@ -28,7 +28,7 @@ log = "0.4.22" # for debug logs in tests
2828
priority-queue = "2.1.1"
2929
rustc-hash = ">=1.0.0, <3.0.0"
3030
serde = { version = "1.0", features = ["derive"], optional = true }
31-
thiserror = "1.0"
31+
thiserror = "2.0"
3232
version-ranges = { version = "0.1.0", path = "version-ranges" }
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)