diff --git a/Cargo.lock b/Cargo.lock index b9c51a020f..8aab24607c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ "tempfile", "testdir", "textwrap", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "tokio-io-timeout", "tokio-rustls", @@ -1508,7 +1508,7 @@ dependencies = [ "once_cell", "rand 0.8.5", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "yerpc", ] diff --git a/Cargo.toml b/Cargo.toml index 85672e3faf..f1e52d31d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ sanitize-filename = "0.5" serde = "1.0" serde_json = "1" tempfile = "3.14.0" -thiserror = "1" +thiserror = "2" tokio = "1" tokio-util = "0.7.13" tracing-subscriber = "0.3"