mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread` * chore: update some deps for examples
This commit is contained in:
@ -12,6 +12,6 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
actix-multipart = "0.3"
|
||||
futures = "0.3.1"
|
||||
async-std = "1.4.0"
|
||||
futures = "0.3.5"
|
||||
async-std = "1.8.0"
|
||||
sanitize-filename = "0.2"
|
||||
|
Reference in New Issue
Block a user