Skip to content

Commit c857313

Browse files
build(deps): bump thiserror from 1.0.68 to 2.0.0
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...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]>
1 parent 8095740 commit c857313

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

Cargo.lock

Lines changed: 29 additions & 9 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
@@ -27,7 +27,7 @@ likely_stable = "0.1.2"
2727
parking_lot = "0.12.3"
2828
log = "0.4.22"
2929
anyhow = { version = "1.0.93", features = ["backtrace"] }
30-
thiserror = "1.0.68"
30+
thiserror = "2.0.0"
3131
inotify = { version = "0.11.0", default-features = false }
3232
libc = "0.2.161"
3333
flexi_logger = "0.29.6"

0 commit comments

Comments
 (0)