mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
examples: Update to thiserror 2 (#3522)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user