mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 13:28:44 +00:00
update actix-net
This commit is contained in:
parent
7d3adaa6a8
commit
22d4523c93
1 changed files with 2 additions and 3 deletions
|
@ -45,9 +45,8 @@ rust-tls = ["rustls", "actix-net/rust-tls"]
|
|||
|
||||
[dependencies]
|
||||
actix = "0.7.5"
|
||||
#actix-net = "0.2.2"
|
||||
actix-net = { git="https://github.com/actix/actix-net.git" }
|
||||
#actix-net = { path="../actix-net" }
|
||||
actix-net = "0.2.3"
|
||||
#actix-net = { git="https://github.com/actix/actix-net.git" }
|
||||
|
||||
base64 = "0.9"
|
||||
bitflags = "1.0"
|
||||
|
|
Loading…
Reference in a new issue