Update Cargo.lock and examples/Cargo.lock (#3643)

This commit is contained in:
Jonas Platte
2026-02-03 23:38:36 +01:00
committed by GitHub
parent 7961711fc7
commit f8e0e6d025
7 changed files with 1149 additions and 1378 deletions
@@ -1,6 +1,6 @@
error: Cannot return tuples with more than 17 elements
--> tests/debug_handler/fail/output_tuple_too_many.rs:4:20
|
--> tests/debug_handler/fail/output_tuple_too_many.rs:4:20
|
4 | async fn handler() -> (
| ____________________^
5 | | axum::http::StatusCode,
@@ -1,6 +1,6 @@
error: Handlers cannot take more than 16 arguments. Use `(a, b): (ExtractorA, ExtractorA)` to further nest extractors
--> tests/debug_handler/fail/too_many_extractors.rs:6:5
|
--> tests/debug_handler/fail/too_many_extractors.rs:6:5
|
6 | / _e1: Uri,
7 | | _e2: Uri,
8 | | _e3: Uri,