From f194524a5ee164bcf43dc88f1ef8332cf40d5896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:05:48 +0000 Subject: [PATCH 1/2] Bump thiserror from 1.0.69 to 2.0.17 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 188 +++++++++++++++++++++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 105 insertions(+), 85 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f94c3f5a..aa905ec14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -678,7 +678,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-runtime", - "thiserror", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -689,7 +689,7 @@ version = "0.1.0" dependencies = [ "sp-application-crypto", "sp-keystore", - "thiserror", + "thiserror 2.0.17", ] [[package]] @@ -969,7 +969,7 @@ dependencies = [ "semver 1.0.21", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -983,7 +983,7 @@ dependencies = [ "semver 1.0.21", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -1513,7 +1513,7 @@ dependencies = [ "libsecp256k1", "sha3 0.10.8", "sp-core", - "thiserror", + "thiserror 2.0.17", "tiny-bip39", ] @@ -2154,7 +2154,7 @@ dependencies = [ "serde", "serde_json", "sha3 0.10.8", - "thiserror", + "thiserror 1.0.69", "uint", ] @@ -2229,7 +2229,7 @@ dependencies = [ "serde_json", "strum 0.26.1", "tempfile", - "thiserror", + "thiserror 1.0.69", "tiny-keccak", "unicode-xid", ] @@ -2363,7 +2363,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror", + "thiserror 2.0.17", "tokio", "wiremock", ] @@ -2426,7 +2426,7 @@ dependencies = [ "sp-block-builder", "sp-consensus", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2885,7 +2885,7 @@ dependencies = [ "sp-std", "sp-storage", "sp-trie", - "thiserror", + "thiserror 1.0.69", "thousands", ] @@ -3404,7 +3404,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3737,7 +3737,7 @@ dependencies = [ "sp-panic-handler", "sp-runtime", "sp-timestamp", - "thiserror", + "thiserror 2.0.17", "tiny-bip39", "tokio", "tracing", @@ -4276,7 +4276,7 @@ dependencies = [ "pin-project", "rustls-native-certs", "soketto", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-rustls 0.24.1", "tokio-util", @@ -4307,7 +4307,7 @@ dependencies = [ "serde", "serde_json", "soketto", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -4326,7 +4326,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -4376,7 +4376,7 @@ dependencies = [ "beef", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -4576,7 +4576,7 @@ dependencies = [ "rand 0.8.5", "rw-stream-sink", "smallvec", - "thiserror", + "thiserror 1.0.69", "unsigned-varint", "void", ] @@ -4613,7 +4613,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec", "smallvec", - "thiserror", + "thiserror 1.0.69", "void", ] @@ -4631,7 +4631,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -4657,7 +4657,7 @@ dependencies = [ "rand 0.8.5", "sha2 0.10.8", "smallvec", - "thiserror", + "thiserror 1.0.69", "uint", "unsigned-varint", "void", @@ -4716,7 +4716,7 @@ dependencies = [ "sha2 0.10.8", "snow", "static_assertions", - "thiserror", + "thiserror 1.0.69", "x25519-dalek", "zeroize", ] @@ -4756,7 +4756,7 @@ dependencies = [ "quinn-proto", "rand 0.8.5", "rustls 0.20.9", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -4837,7 +4837,7 @@ dependencies = [ "rcgen", "ring 0.16.20", "rustls 0.20.9", - "thiserror", + "thiserror 1.0.69", "webpki", "x509-parser", "yasna", @@ -4885,7 +4885,7 @@ dependencies = [ "futures", "libp2p-core", "log", - "thiserror", + "thiserror 1.0.69", "yamux", ] @@ -5488,7 +5488,7 @@ dependencies = [ "anyhow", "byteorder", "paste", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5502,7 +5502,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -5526,7 +5526,7 @@ dependencies = [ "http 0.2.12", "reqwest", "serde", - "thiserror", + "thiserror 2.0.17", "url", ] @@ -6696,7 +6696,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.69", "ucd-trie", ] @@ -7096,7 +7096,7 @@ version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror", + "thiserror 1.0.69", "toml 0.5.11", ] @@ -7173,7 +7173,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -7321,7 +7321,7 @@ dependencies = [ "asynchronous-codec", "bytes", "quick-protobuf", - "thiserror", + "thiserror 1.0.69", "unsigned-varint", ] @@ -7348,7 +7348,7 @@ dependencies = [ "rustc-hash", "rustls 0.20.9", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", "webpki", @@ -7528,7 +7528,7 @@ checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" dependencies = [ "getrandom 0.2.15", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -7741,7 +7741,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror", + "thiserror 2.0.17", "tokio", "wiremock", ] @@ -7831,7 +7831,7 @@ dependencies = [ "bioauth-keys", "jsonrpsee", "serde_json", - "thiserror", + "thiserror 2.0.17", "tracing", ] @@ -7846,7 +7846,7 @@ dependencies = [ "netlink-packet-route", "netlink-proto", "nix 0.24.3", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -8027,7 +8027,7 @@ dependencies = [ "log", "sp-core", "sp-wasm-interface", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8133,7 +8133,7 @@ dependencies = [ "sp-panic-handler", "sp-runtime", "sp-version", - "thiserror", + "thiserror 1.0.69", "tiny-bip39", "tokio", ] @@ -8213,7 +8213,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8249,7 +8249,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8271,7 +8271,7 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8324,7 +8324,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8344,7 +8344,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8400,7 +8400,7 @@ dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", - "thiserror", + "thiserror 1.0.69", "wasm-instrument", ] @@ -8449,7 +8449,7 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8492,7 +8492,7 @@ dependencies = [ "sp-core", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "unsigned-varint", "zeroize", ] @@ -8514,7 +8514,7 @@ dependencies = [ "sc-network-common", "sp-blockchain", "sp-runtime", - "thiserror", + "thiserror 1.0.69", "unsigned-varint", ] @@ -8542,7 +8542,7 @@ dependencies = [ "sp-consensus-grandpa", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -8585,7 +8585,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8620,7 +8620,7 @@ dependencies = [ "sp-core", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8746,7 +8746,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-version", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -8786,7 +8786,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-version", - "thiserror", + "thiserror 1.0.69", "tokio-stream", ] @@ -8850,7 +8850,7 @@ dependencies = [ "static_init", "substrate-prometheus-endpoint", "tempfile", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", @@ -8879,7 +8879,7 @@ dependencies = [ "sc-client-db", "sc-utils", "sp-core", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -8917,7 +8917,7 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "wasm-timer", ] @@ -8946,7 +8946,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-tracing", - "thiserror", + "thiserror 1.0.69", "tracing", "tracing-log 0.1.4", "tracing-subscriber 0.2.25", @@ -8987,7 +8987,7 @@ dependencies = [ "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9001,7 +9001,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9257,7 +9257,7 @@ checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" dependencies = [ "percent-encoding", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9561,7 +9561,7 @@ dependencies = [ "sp-std", "sp-trie", "sp-version", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9632,7 +9632,7 @@ dependencies = [ "sp-database", "sp-runtime", "sp-state-machine", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9647,7 +9647,7 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9758,7 +9758,7 @@ dependencies = [ "sp-storage", "ss58-registry", "substrate-bip39", - "thiserror", + "thiserror 1.0.69", "tiny-bip39", "zeroize", ] @@ -9830,7 +9830,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-std", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9881,7 +9881,7 @@ dependencies = [ "serde", "sp-core", "sp-externalities", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -9889,7 +9889,7 @@ name = "sp-maybe-compressed-blob" version = "4.1.0-dev" source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.43-2025-03-22#8afcafd721d31939e4dee7b779f152ab9eb1c8be" dependencies = [ - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] @@ -10029,7 +10029,7 @@ dependencies = [ "sp-panic-handler", "sp-std", "sp-trie", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -10048,7 +10048,7 @@ dependencies = [ "sp-runtime", "sp-runtime-interface", "sp-std", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -10081,7 +10081,7 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-std", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -10138,7 +10138,7 @@ dependencies = [ "schnellru", "sp-core", "sp-std", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", "trie-root", @@ -10158,7 +10158,7 @@ dependencies = [ "sp-runtime", "sp-std", "sp-version-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -10292,7 +10292,7 @@ dependencies = [ "sha2 0.10.8", "smallvec", "sqlformat", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -10518,7 +10518,7 @@ dependencies = [ "hyper", "log", "prometheus", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -10664,7 +10664,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +dependencies = [ + "thiserror-impl 2.0.17", ] [[package]] @@ -10678,6 +10687,17 @@ dependencies = [ "syn 2.0.107", ] +[[package]] +name = "thiserror-impl" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.107", +] + [[package]] name = "thousands" version = "0.2.0" @@ -10758,7 +10778,7 @@ dependencies = [ "rand 0.8.5", "rustc-hash", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "unicode-normalization", "wasm-bindgen", "zeroize", @@ -11192,7 +11212,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "socket2 0.4.10", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -11213,7 +11233,7 @@ dependencies = [ "parking_lot 0.12.1", "resolv-conf", "smallvec", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "trust-dns-proto", @@ -11282,7 +11302,7 @@ dependencies = [ "log", "rand 0.8.5", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] @@ -11679,7 +11699,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "tempfile", - "thiserror", + "thiserror 1.0.69", "wasm-opt-cxx-sys", "wasm-opt-sys", ] @@ -11839,7 +11859,7 @@ dependencies = [ "log", "object 0.30.4", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-cranelift-shared", "wasmtime-environ", @@ -11874,7 +11894,7 @@ dependencies = [ "object 0.30.4", "serde", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-types", ] @@ -11957,7 +11977,7 @@ checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ "cranelift-entity", "serde", - "thiserror", + "thiserror 1.0.69", "wasmparser", ] @@ -12362,7 +12382,7 @@ dependencies = [ "nom", "oid-registry", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] diff --git a/Cargo.toml b/Cargo.toml index 1ef712362..f06db835a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ sha3 = { version = "0.10", default-features = false } similar-asserts = { version = "1", default-features = false } static_assertions = { version = "1", default-features = false } syn = { version = "2", default-features = false } -thiserror = { version = "1.0.69", default-features = false } +thiserror = { version = "2.0.17", default-features = false } tiny-bip39 = { version = "1", default-features = false } tokio = { version = "1", default-features = false } tracing = { version = "0.1", default-features = false } From c1d9eb354a792a1bd19e370225ea9c068176c517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:08:49 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 73530d85b..e21a953f2 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -3313,8 +3313,12 @@ features: [] - name: thiserror 1.0.69 features: [] +- name: thiserror 2.0.17 + features: [] - name: thiserror-impl 1.0.69 features: [] +- name: thiserror-impl 2.0.17 + features: [] - name: thousands 0.2.0 features: [] - name: thread_local 1.1.7