diff --git a/Cargo.lock b/Cargo.lock index 8027b45..69a24ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,7 +2097,7 @@ dependencies = [ "serde_json_path", "serde_yaml", "tera", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tui-input", "tui-syntax-highlight", diff --git a/Cargo.toml b/Cargo.toml index d18efa6..2e3b9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ clap = { version = "4", features = ["derive"] } # Utilities anyhow = "1" -thiserror = "1" +thiserror = "2" async-trait = "0.1" chrono = "0.4" humantime = "2"