diff --git a/Cargo.lock b/Cargo.lock index 9f6c3e34..1a1ab266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ dependencies = [ "storyteller", "tabled", "terminal_size", - "thiserror", + "thiserror 2.0.0", "toml_edit", "tracing", "tracing-appender", @@ -683,7 +683,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1860,7 +1860,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1942,7 +1942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb5ffbf1c08930303d2d60fe1ac0c50e6d2d7093d481abfaa8c1291fc01e01" dependencies = [ "semver", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1952,7 +1952,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66be7ab65220ac31f21f99563e07efb28226c2dcf2497d50ced3de08c910202" dependencies = [ "directories-next", - "thiserror", + "thiserror 1.0.68", "ureq", ] @@ -1964,7 +1964,7 @@ checksum = "553667da6c64754d9d17932943012507eb4e6d94d86ca64da9c9bb2454896586" dependencies = [ "rust-releases-core", "rust-releases-io", - "thiserror", + "thiserror 1.0.68", "time", ] @@ -1980,7 +1980,7 @@ dependencies = [ "regex", "rust-releases-core", "rust-releases-io", - "thiserror", + "thiserror 1.0.68", "tokio", ] @@ -2411,7 +2411,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +dependencies = [ + "thiserror-impl 2.0.0", ] [[package]] @@ -2425,6 +2434,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thread_local" version = "1.1.8" @@ -2576,7 +2596,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" dependencies = [ "crossbeam-channel", - "thiserror", + "thiserror 1.0.68", "time", "tracing-subscriber", ] diff --git a/Cargo.toml b/Cargo.toml index 58962028..4e07dbd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0.132" # JSON serialization and deserialization storyteller = "1.0.0" # minimal multi user output architecture tabled = { version = "~0.16.0", features = ["ansi"] } # pretty print tables terminal_size = "0.4.0" # determine the terminal size -thiserror = "1.0.68" # error handling +thiserror = "2.0.0" # error handling toml_edit = "0.22.22" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing