Skip to content

Commit 0d55226

Browse files
Bump thiserror from 2.0.3 to 2.0.6 (#712)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3a2f13 commit 0d55226

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.

typify-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ semver = "1.0.23"
1818
serde = "1.0.215"
1919
serde_json = "1.0.133"
2020
syn = { version = "2.0.90", features = ["full"] }
21-
thiserror = "2.0.3"
21+
thiserror = "2.0.6"
2222
unicode-ident = "1.0.14"
2323

2424

0 commit comments

Comments
 (0)