Skip to content

Commit e86c92a

Browse files
build(deps): bump thiserror from 1.0.67 to 2.0.0
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.67...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 623e897 commit e86c92a

File tree

2 files changed

+62
-42
lines changed

2 files changed

+62
-42
lines changed

Cargo.lock

+61-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serde_json = "1.0"
4343
serde = { version = "1.0", features = ["derive"] }
4444
serde_yaml = "0.9.34"
4545
sha2 = "0.10"
46-
thiserror = "1.0"
46+
thiserror = "2.0"
4747
tokio = { version = "^1.41.0", features = ["full"] }
4848
tracing = "0.1"
4949
tracing-opentelemetry = "0.27.0"

0 commit comments

Comments
 (0)