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:
parent
1b2d2641b8
commit
f552654b6e
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue