From fc6c0d67c498ec803a6c75060283da733ee1cb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:25:27 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.9 to 2.0.14 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.14. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.14) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e16db..dbd3484 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,7 +1282,7 @@ dependencies = [ "serde", "serde_json", "specta", - "thiserror 2.0.9", + "thiserror 2.0.14", ] [[package]] @@ -1489,7 +1489,7 @@ dependencies = [ "serde-xml-rs", "serde_json", "sha1_smol", - "thiserror 2.0.9", + "thiserror 2.0.14", "tokio 1.45.0", "tracing", "tracing-error", @@ -1873,7 +1873,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.20", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.14", "tokio 1.45.0", "tracing", ] @@ -1892,7 +1892,7 @@ dependencies = [ "rustls 0.23.20", "rustls-pki-types", "slab", - "thiserror 2.0.9", + "thiserror 2.0.14", "tinyvec", "tracing", "web-time", @@ -2629,11 +2629,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.14", ] [[package]] @@ -2649,9 +2649,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" dependencies = [ "proc-macro2", "quote",