mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
update url crate
This commit is contained in:
parent
55179d6ab2
commit
b1cb72d088
4 changed files with 7 additions and 5 deletions
|
@ -78,7 +78,7 @@ actix-utils = "0.4.4"
|
|||
actix-router = "0.1.5"
|
||||
actix-rt = "0.2.4"
|
||||
actix-web-codegen = "0.1.2"
|
||||
actix-http = "0.2.7"
|
||||
actix-http = "0.2.9"
|
||||
actix-server = "0.6.0"
|
||||
actix-server-config = "0.1.2"
|
||||
actix-threadpool = "0.1.1"
|
||||
|
@ -98,7 +98,7 @@ serde = { version = "1.0", features=["derive"] }
|
|||
serde_json = "1.0"
|
||||
serde_urlencoded = "0.6.1"
|
||||
time = "0.1.42"
|
||||
url = { version="1.7", features=["query_encoding"] }
|
||||
url = "2.1"
|
||||
|
||||
# ssl support
|
||||
openssl = { version="0.10", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue