examples: Update to thiserror 2 (#3522)

This commit is contained in:
tottoto
2025-10-08 23:19:41 +09:00
committed by GitHub
parent f9c0e7069a
commit 4160bbe6de
3 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ axum = { path = "../../axum", features = ["macros"] }
axum-extra = { path = "../../axum-extra", features = ["with-rejection"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
thiserror = "2"
tokio = { version = "1.20", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }