From d04dff7148a8f07947c0bba5ff51e870d738bf71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:06:20 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.18 to 2.0.19 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.18 to 2.0.19. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea6ce5599..228fe49e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ "serde_json", "serde_yaml", "tar", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "toml", "toml_edit", @@ -218,7 +218,7 @@ dependencies = [ "miette 7.6.0", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "tracing-subscriber", ] @@ -228,7 +228,7 @@ name = "axoprocess" version = "0.2.0" dependencies = [ "miette 7.6.0", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", ] @@ -249,7 +249,7 @@ dependencies = [ "pathdiff", "semver", "serde", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "url", ] @@ -260,7 +260,7 @@ version = "0.2.0" dependencies = [ "miette 7.6.0", "semver", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -279,7 +279,7 @@ dependencies = [ "serde", "serial_test", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "url", ] @@ -482,7 +482,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -912,7 +912,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "uuid", @@ -1189,7 +1189,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "url", @@ -1487,7 +1487,7 @@ dependencies = [ "similar 2.7.0", "stringmetrics", "tabwriter", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "url", @@ -2499,7 +2499,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.10", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "web-time", @@ -2520,7 +2520,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "tracing", "web-time", @@ -3248,6 +3248,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "syn" +version = "3.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a207d6d6a2b7fc470b80443726053f18a2481b7e1eee970597051596567987a3" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + [[package]] name = "sync_wrapper" version = "1.0.2" @@ -3364,11 +3375,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.19", ] [[package]] @@ -3384,13 +3395,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.2", ] [[package]]