diff --git a/Cargo.toml b/Cargo.toml index ef9a59e..36ee14f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } mime = "0.3.17" simd-json = { version = "0.13.4", optional = true } -thiserror = "1.0.50" +thiserror = "2.0.6" [features] anyhow_error = ["anyhow"] @@ -32,5 +32,5 @@ tracing = "0.1" anyhow = "1.0.75" tokio = { version = "1.34", features = ["full"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -thiserror = "1.0.50" +thiserror = "2.0.6" axum-test = "15.0.1"