Skip to content

Commit 9fcd0a5

Browse files
authored
build(deps): Update to thiserror version 2 (#82)
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 4eb2275 commit 9fcd0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)