diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index c0101407..c1e86528 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0", optional = true } serde_json = { version = "1.0", features = ["raw_value"], optional = true } serde_with = { version = "3.8", optional = true } thegraph-graphql-http = { version = "0.2", optional = true } -thiserror = "1.0" +thiserror = "2.0" tracing = { version = "0.1.40", optional = true, default-features = false } url = "2.5" diff --git a/thegraph-graphql-http/Cargo.toml b/thegraph-graphql-http/Cargo.toml index 2708fc1f..3a766f03 100644 --- a/thegraph-graphql-http/Cargo.toml +++ b/thegraph-graphql-http/Cargo.toml @@ -22,7 +22,7 @@ graphql_client = { version = "0.14", optional = true } reqwest = { version = "0.12", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" [dev-dependencies] assert_matches = "1.5.0"