mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
update dependencies
This commit is contained in:
parent
07c9eec803
commit
e9cbcbaf03
11 changed files with 26 additions and 19 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue