From a9965c460d6669696bf9376261af6458b403ba3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:55:43 +0000 Subject: [PATCH] Bump thiserror from 2.0.12 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aff1f4cab..29cd9432e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,7 +423,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -1400,7 +1400,7 @@ dependencies = [ "once_cell", "rand 0.9.0", "ring", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tokio", "tracing", @@ -1444,7 +1444,7 @@ dependencies = [ "rand 0.9.0", "resolv-conf", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -2519,7 +2519,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" dependencies = [ "memchr", - "thiserror 2.0.12", + "thiserror 2.0.16", "ucd-trie", ] @@ -2721,7 +2721,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls", "socket2 0.5.9", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -2741,7 +2741,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -3769,11 +3769,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.16", ] [[package]] @@ -3789,9 +3789,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -5041,7 +5041,7 @@ dependencies = [ "serde_repr", "strum", "strum_macros", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "uniffi", "url", @@ -5125,7 +5125,7 @@ dependencies = [ "quote", "serde", "syn", - "thiserror 2.0.12", + "thiserror 2.0.16", "trybuild", "uniffi", "wp_derive", @@ -5143,7 +5143,7 @@ dependencies = [ "serde", "serde_json", "syn", - "thiserror 2.0.12", + "thiserror 2.0.16", "trybuild", "wp_serde_helper", ] @@ -5161,7 +5161,7 @@ dependencies = [ "strum", "strum_macros", "syn", - "thiserror 2.0.12", + "thiserror 2.0.16", "toml 0.8.22", "trybuild", "uniffi", @@ -5179,7 +5179,7 @@ dependencies = [ "rstest", "strum", "strum_macros", - "thiserror 2.0.12", + "thiserror 2.0.16", "unic-langid", "uniffi", "wp_localization_macro", @@ -5207,7 +5207,7 @@ name = "wp_localization_parser" version = "0.1.0" dependencies = [ "fluent-syntax", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -5217,7 +5217,7 @@ dependencies = [ "clap", "fluent-syntax", "itertools 0.14.0", - "thiserror 2.0.12", + "thiserror 2.0.16", "wp_localization_parser", ]