From ddec7ee8073430cb98fe94579f7a0448c2732d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:52:50 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.12 to 2.0.17 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- translatable/Cargo.toml | 2 +- translatable_proc/Cargo.toml | 2 +- translatable_shared/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..07c026c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,18 +169,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", diff --git a/translatable/Cargo.toml b/translatable/Cargo.toml index 16b3fbd..f35100d 100644 --- a/translatable/Cargo.toml +++ b/translatable/Cargo.toml @@ -16,7 +16,7 @@ keywords = [ ] [dependencies] -thiserror = "2.0.12" +thiserror = "2.0.17" translatable_proc = { version = "1", path = "../translatable_proc" } translatable_shared = { version = "1", path = "../translatable_shared/" } diff --git a/translatable_proc/Cargo.toml b/translatable_proc/Cargo.toml index f015524..012c6e8 100644 --- a/translatable_proc/Cargo.toml +++ b/translatable_proc/Cargo.toml @@ -16,6 +16,6 @@ proc-macro2 = "1.0.95" quote = "1.0.38" strum = { version = "0.27.1", features = ["derive"] } syn = { version = "2.0.98", features = ["full"] } -thiserror = "2.0.11" +thiserror = "2.0.17" toml_edit = "0.22.26" translatable_shared = { version = "1", path = "../translatable_shared/" } diff --git a/translatable_shared/Cargo.toml b/translatable_shared/Cargo.toml index 59a6032..29205b6 100644 --- a/translatable_shared/Cargo.toml +++ b/translatable_shared/Cargo.toml @@ -13,5 +13,5 @@ proc-macro2 = "1.0.95" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive", "strum_macros"] } syn = { version = "2.0.100", features = ["full"] } -thiserror = "2.0.12" +thiserror = "2.0.17" toml_edit = "0.22.26"