Skip to content

Commit 346da3a

Browse files
committed
build(deps): Update to thiserror version 2
Depencency `thiserror` has some breaking changes, but non of them seem to impact `graphql-parser`. `cargo semver-checks` reports no changes on the API.
1 parent fbdfb6c commit 346da3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616

1717
[dependencies]
1818
combine = "4.6.6"
19-
thiserror = "1.0.11"
19+
thiserror = "2"
2020

2121
[dev-dependencies]
2222
pretty_assertions = "0.5.0"

0 commit comments

Comments
 (0)