mirror of
https://github.com/actix/actix-web.git
synced 2025-01-06 15:28:54 +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]
|
[dependencies]
|
||||||
actix = "0.7.5"
|
actix = "0.7.5"
|
||||||
#actix-net = "0.2.2"
|
actix-net = "0.2.3"
|
||||||
actix-net = { git="https://github.com/actix/actix-net.git" }
|
#actix-net = { git="https://github.com/actix/actix-net.git" }
|
||||||
#actix-net = { path="../actix-net" }
|
|
||||||
|
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue