diff --git a/Cargo.lock b/Cargo.lock index 7f1d036..fb10954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2676,7 +2676,7 @@ dependencies = [ "serde_yaml", "sha2", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-test", diff --git a/Cargo.toml b/Cargo.toml index 0f8a761..5ce64fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hex = "0.4" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } anyhow = "1" -thiserror = "1" +thiserror = "2" uuid = { version = "1", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } chrono-tz = "0.10"