diff --git a/Cargo.lock b/Cargo.lock index 2682bd0..2125597 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,7 +831,7 @@ dependencies = [ "serde_json", "serde_yaml", "signal-hook", - "thiserror 1.0.69", + "thiserror 2.0.11", "threadpool", "tokio", "walkdir", diff --git a/Cargo.toml b/Cargo.toml index 5907a20..88312ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ threadpool = "1.8.1" schemars = "0.8.12" fancy-regex = "0.11.0" anyhow = "1.0.72" -thiserror = "1.0.44" +thiserror = "2.0.11" walkdir = "2.4.0" notify = "6.1.1" signal-hook = "0.3.17"