mirror of https://github.com/fafhrd91/actix-web
update dep
This commit is contained in:
parent
7050e2ec96
commit
190f2fc59e
|
@ -108,7 +108,7 @@ rust-tls = { package = "rustls", version = "0.19.0", optional = true }
|
|||
smallvec = "1.6"
|
||||
|
||||
[dev-dependencies]
|
||||
actix = { version = "0.11.0-beta.1", default-features = false }
|
||||
actix = { version = "0.11.0-beta.2", default-features = false }
|
||||
actix-http = { version = "3.0.0-beta.1", features = ["actors"] }
|
||||
rand = "0.8"
|
||||
env_logger = "0.8"
|
||||
|
@ -132,8 +132,6 @@ actix-multipart = { path = "actix-multipart" }
|
|||
actix-files = { path = "actix-files" }
|
||||
awc = { path = "awc" }
|
||||
|
||||
actix = { git = "https://github.com/actix/actix.git" }
|
||||
|
||||
[[bench]]
|
||||
name = "server"
|
||||
harness = false
|
||||
|
|
|
@ -45,7 +45,7 @@ actix-codec = "0.4.0-beta.1"
|
|||
actix-utils = "3.0.0-beta.2"
|
||||
actix-rt = "2"
|
||||
actix-tls = "3.0.0-beta.2"
|
||||
actix = { version = "0.11.0-beta.1", default-features = false, optional = true }
|
||||
actix = { version = "0.11.0-beta.2", default-features = false, optional = true }
|
||||
|
||||
base64 = "0.13"
|
||||
bitflags = "1.2"
|
||||
|
|
|
@ -16,7 +16,7 @@ name = "actix_web_actors"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = { version = "0.11.0-beta.1", default-features = false }
|
||||
actix = { version = "0.11.0-beta.2", default-features = false }
|
||||
actix-codec = "0.4.0-beta.1"
|
||||
actix-http = "3.0.0-beta.1"
|
||||
actix-web = { version = "4.0.0-beta.1", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue