diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..9ece3b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,18 +169,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", diff --git a/translatable/Cargo.toml b/translatable/Cargo.toml index 16b3fbd..89f1c4c 100644 --- a/translatable/Cargo.toml +++ b/translatable/Cargo.toml @@ -16,7 +16,7 @@ keywords = [ ] [dependencies] -thiserror = "2.0.12" +thiserror = "2.0.18" 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..d2d1781 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.18" 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..a1806bc 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.18" toml_edit = "0.22.26"