Skip to content

Commit 08e63d8

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.3 (#195)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.3) --- 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 4c8a002 commit 08e63d8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
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
@@ -51,7 +51,7 @@ schemars = { version = "0.8.21", default-features = false, features =
5151
serde = { version = "1", features = ["derive"] }
5252
serde_json = { version = "1.0.133" }
5353
tempfile = { version = "3" }
54-
thiserror = { version = "1.0.69" }
54+
thiserror = { version = "2.0.3" }
5555
tokio = { version = "1.41", default-features = false }
5656
tokio-util = { version = "0.7.12" }
5757
toml = { version = "0.8.19" }

0 commit comments

Comments
 (0)