diff --git a/Cargo.lock b/Cargo.lock index f1168906765..34dc59072e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,7 +1978,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", @@ -2019,7 +2019,7 @@ dependencies = [ "prost-types", "semver", "serde", - "thiserror 2.0.16", + "thiserror 2.0.17", "tiny-keccak 1.5.0", "tonic-build", ] @@ -2073,7 +2073,7 @@ dependencies = [ "graph-chain-substreams", "graph-runtime-wasm", "serde_yaml", - "thiserror 2.0.16", + "thiserror 2.0.17", "tower 0.5.2 (git+https://github.com/tower-rs/tower.git)", "tower-test", "wiremock", @@ -2291,7 +2291,7 @@ dependencies = [ "graph-store-postgres", "graphman-store", "itertools", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", ] @@ -2315,7 +2315,7 @@ dependencies = [ "serde_json", "slog", "test-store", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tower-http", ] @@ -3629,7 +3629,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -4115,7 +4115,7 @@ dependencies = [ "parking_lot", "protobuf", "reqwest", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -5497,11 +5497,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]] @@ -5517,9 +5517,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", @@ -6095,7 +6095,7 @@ dependencies = [ "log", "rand 0.9.2", "sha1", - "thiserror 2.0.16", + "thiserror 2.0.17", "utf-8", ] @@ -6597,7 +6597,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", @@ -6880,7 +6880,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 2620237e28e..969233888cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ sqlparser = "0.46.0" 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" tokio = { version = "1.45.1", features = ["full"] } tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] } tonic-build = { version = "0.12.3", features = ["prost"] } diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 44e004be00c..7fa24d1fb0f 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -88,7 +88,7 @@ prost-types = { workspace = true } futures03 = { version = "0.3.31", package = "futures", features = ["compat"] } wasmparser = "0.118.1" -thiserror = "2.0.16" +thiserror = "2.0.17" parking_lot = "0.12.4" itertools = "0.14.0" defer = "0.2"