mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
use actix-web 0.7 for examples
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "url-dispatch"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.5"
|
||||
actix-web = "0.6"
|
||||
actix = "0.7"
|
||||
actix-web = "0.7"
|
||||
futures = "0.1"
|
||||
openssl = "0.10"
|
||||
serde = "1.0"
|
||||
|
Reference in New Issue
Block a user