Skip to content

Commit f552654

Browse files
Update thiserror crate from 1.0 to 2.0 version (#1291)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b2d264 commit f552654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", featur
3636
log = { version = "0.4", optional = true }
3737
serde = { version = "1.0.122", features = ["derive"] }
3838
serde_json = "1.0.18"
39-
thiserror = "1.0"
39+
thiserror = "2.0"
4040
tokio = { version = "1.0", features = ["rt"] }
4141
warp = { version = "0.3.2", default-features = false }
4242

0 commit comments

Comments
 (0)