diff --git a/Cargo.toml b/Cargo.toml index 02cc9f7..205b233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ image = { version = "0.25.4", optional = true } serde = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.132" static_assertions = "1.1.0" -thiserror = "1.0.65" +thiserror = "2.0.10" tracing = { version = "0.1.40", features = ["log"] } [dev-dependencies]