diff --git a/Cargo.lock b/Cargo.lock index cf7a5e9..f5faad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ dependencies = [ "rust-embed", "serde", "serde_regex", - "thiserror 1.0.69", + "thiserror 2.0.11", "tokio", "toml", "tracing", diff --git a/Cargo.toml b/Cargo.toml index cd417de..3ac2424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "multimedia"] edition = "2021" [workspace.dependencies] -thiserror = "1.0.69" +thiserror = "2.0.11" serde = { version = "1.0.217", features = ["derive"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }