diff --git a/Cargo.lock b/Cargo.lock index be40a0c16ff..037c6f82243 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,7 +2045,7 @@ dependencies = [ "stable-hash 0.3.4", "stable-hash 0.4.4", "strum_macros 0.27.2", - "thiserror 2.0.16", + "thiserror 2.0.17", "tiny-keccak 1.5.0", "tokio", "tokio-retry", @@ -2087,7 +2087,7 @@ dependencies = [ "prost-types", "semver", "serde", - "thiserror 2.0.16", + "thiserror 2.0.17", "tiny-keccak 1.5.0", "tokio", "tokio-stream", @@ -2147,7 +2147,7 @@ dependencies = [ "graph-chain-substreams", "graph-runtime-wasm", "serde_yaml", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tokio-retry", "tower 0.5.2 (git+https://github.com/tower-rs/tower.git)", @@ -2329,7 +2329,7 @@ dependencies = [ "serde_json", "sqlparser", "stable-hash 0.3.4", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tokio-stream", ] @@ -2381,7 +2381,7 @@ dependencies = [ "graph-store-postgres", "graphman-store", "itertools", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", ] @@ -2406,7 +2406,7 @@ dependencies = [ "serde_json", "slog", "test-store", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tower-http", ] @@ -3721,7 +3721,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -4209,7 +4209,7 @@ dependencies = [ "parking_lot", "protobuf", "reqwest", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -5649,11 +5649,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.16", + "thiserror-impl 2.0.17", ] [[package]] @@ -5669,9 +5669,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", @@ -6247,7 +6247,7 @@ dependencies = [ "log", "rand 0.9.2", "sha1", - "thiserror 2.0.16", + "thiserror 2.0.17", "utf-8", ] @@ -6749,7 +6749,7 @@ dependencies = [ "pulley-interpreter", "smallvec", "target-lexicon", - "thiserror 2.0.16", + "thiserror 2.0.17", "wasmparser 0.229.0", "wasmtime-environ", "wasmtime-versioned-export-macros", @@ -7032,7 +7032,7 @@ dependencies = [ "regalloc2", "smallvec", "target-lexicon", - "thiserror 2.0.16", + "thiserror 2.0.17", "wasmparser 0.229.0", "wasmtime-cranelift", "wasmtime-environ", diff --git a/Cargo.toml b/Cargo.toml index 8af6df7432a..1cf17d3e392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ sqlparser = { version = "0.59.0", features = ["visitor"] } strum = { version = "0.26", features = ["derive"] } syn = { version = "2.0.106", features = ["full"] } test-store = { path = "./store/test-store" } -thiserror = "2.0.16" +thiserror = "2.0.17" deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] } tokio = { version = "1.45.1", features = ["full"] } tokio-stream = { version = "0.1.15", features = ["sync"] } diff --git a/graph/Cargo.toml b/graph/Cargo.toml index cf87db8bd27..2b2f38e2c2e 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -81,7 +81,7 @@ prost-types = { workspace = true } futures03 = { version = "0.3.31", package = "futures", features = ["compat"] } wasmparser = "0.118.1" -thiserror = "2.0.16" +thiserror = { workspace = true } parking_lot = "0.12.4" itertools = "0.14.0" defer = "0.2"