Update thiserror crate from 1.0 to 2.0 version (#1291)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-06 16:20:49 +01:00 committed by GitHub
parent 1b2d2641b8
commit f552654b6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", featur
log = { version = "0.4", optional = true }
serde = { version = "1.0.122", features = ["derive"] }
serde_json = "1.0.18"
thiserror = "1.0"
thiserror = "2.0"
tokio = { version = "1.0", features = ["rt"] }
warp = { version = "0.3.2", default-features = false }