mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
examples: Update to thiserror 2 (#3522)
This commit is contained in:
Generated
+2
-2
@@ -1403,7 +1403,7 @@ dependencies = [
|
||||
"axum-extra",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
@@ -1963,7 +1963,7 @@ dependencies = [
|
||||
"axum",
|
||||
"http-body-util",
|
||||
"serde",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user