mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
update dependencies
This commit is contained in:
@ -76,7 +76,7 @@ actix-server = "0.5.0"
|
||||
actix-server-config = "0.1.1"
|
||||
actix-threadpool = "0.1.0"
|
||||
actix = { version = "0.8.1", features=["http"], optional = true }
|
||||
awc = { version = "0.1.1", optional = true }
|
||||
awc = { version = "0.2.0", optional = true }
|
||||
|
||||
bytes = "0.4"
|
||||
derive_more = "0.14"
|
||||
@ -100,7 +100,7 @@ rustls = { version = "^0.15", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-http = { version = "0.2.0", features=["ssl", "brotli", "flate2-zlib"] }
|
||||
actix-http-test = { version = "0.1.1", features=["ssl"] }
|
||||
actix-http-test = { version = "0.2.0", features=["ssl"] }
|
||||
actix-files = { version = "0.1.0-betsa.1" }
|
||||
rand = "0.6"
|
||||
env_logger = "0.6"
|
||||
@ -124,5 +124,4 @@ actix-session = { path = "actix-session" }
|
||||
awc = { path = "awc" }
|
||||
|
||||
actix-files = { path = "actix-files" }
|
||||
actix-framed = { path = "actix-framed" }
|
||||
actix-multipart = { path = "actix-multipart" }
|
||||
|
Reference in New Issue
Block a user