Skip to content

Commit 6dd2059

Browse files
build(deps): bump thiserror from 1.0.67 to 2.0.0 (#133)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa717fd commit 6dd2059

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

Cargo.lock

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

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
reqwest = { version = "0.12.9", features = ["json"] }
99
serde = { version = "1.0.214", features = ["derive"] }
1010
serde_json = "1.0.132"
11-
thiserror = "1.0.67"
11+
thiserror = "2.0.0"
1212
tokio = { version = "1.41.0", features = ["full"] }
1313
url = "2.5.2"
1414

0 commit comments

Comments
 (0)