1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

dep update

This commit is contained in:
Rob Ede 2021-10-06 23:56:44 +01:00
parent f623284c71
commit c69b7598fb
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 947 additions and 949 deletions

1895
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@ struct MyErr(pub &'static str);
impl ResponseError for MyErr {}
#[allow(unused_must_use)] // ywrite_min causes warning: unused borrow that must be used
#[get("/")]
async fn index(
query: web::Query<HashMap<String, String>>,