Skip to content

Commit

Permalink
build(deps): Update to thiserror version 2 (#82)
Browse files Browse the repository at this point in the history
Depencency `thiserror` has some breaking changes, but non of them seem to impact `graphql-parser`.

`cargo semver-checks` reports no changes on the API.
  • Loading branch information
caspermeijn authored Jan 16, 2025
1 parent 4eb2275 commit 9fcd0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2018"

[dependencies]
combine = "4.6.6"
thiserror = "1.0.11"
thiserror = "2"

[dev-dependencies]
pretty_assertions = "0.5.0"

0 comments on commit 9fcd0a5

Please sign in to comment.