From 816de13d5c89a1dd001f660e8260793baa2c5715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:11:07 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.17 to 2.0.18 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee1f34c0c..c500fe205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ "serde_json", "serde_yaml", "tar", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "toml", "toml_edit", @@ -222,7 +222,7 @@ dependencies = [ "miette 7.6.0", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "tracing-subscriber", ] @@ -232,7 +232,7 @@ name = "axoprocess" version = "0.2.0" dependencies = [ "miette 7.6.0", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] @@ -253,7 +253,7 @@ dependencies = [ "pathdiff", "semver", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] @@ -264,7 +264,7 @@ version = "0.2.0" dependencies = [ "miette 7.6.0", "semver", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -283,7 +283,7 @@ dependencies = [ "serde", "serial_test", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "url", ] @@ -486,7 +486,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -940,7 +940,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "uuid", @@ -1223,7 +1223,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "url", @@ -1508,7 +1508,7 @@ dependencies = [ "similar", "stringmetrics", "tabwriter", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "url", @@ -2490,7 +2490,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -2511,7 +2511,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -3368,11 +3368,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -3388,9 +3388,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3136e53f6..af3663212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ tar = "0.4.44" target-lexicon = { version = "0.13.2", features = ["std"] } temp-dir = "0.1.16" tempfile = "3.24.0" -thiserror = "2.0.17" +thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["full"] } toml = "0.9.10" toml_edit = { version = "0.24.0" }