diff --git a/Cargo.lock b/Cargo.lock index d5c196c..457cb68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ "serde_json", "serde_yaml", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "toml", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 0423131..80f1814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] } uuid = { version = "1.0", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" reqwest = { version = "0.12", features = ["json", "rustls-tls", "blocking"], default-features = false } regex = "1" dirs = "5.0"