Skip to content

Commit 38dd917

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter","fmt","json"] }
3333
tracing-error = "0.2"
3434

3535
# Errors / Utils
36-
thiserror = "1"
36+
thiserror = "2"
3737
anyhow = "1"
3838
once_cell = "1"
3939
uuid = { version = "1", features = ["v4"] }

0 commit comments

Comments
 (0)