Skip to content

Commit 4e3d559

Browse files
build(deps): bump thiserror from 1.0.69 to 2.0.12 (#142)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb0a37b commit 4e3d559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

discriminator/syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc-macro2 = "1.0"
1212
quote = "1.0"
1313
sha2 = "0.10"
1414
syn = { version = "2.0", features = ["full"] }
15-
thiserror = "1.0"
15+
thiserror = "2.0"
1616

1717
[lib]
1818
crate-type = ["lib"]

0 commit comments

Comments
 (0)