Merge branch 'develop' into feature-proxy
This commit is contained in:
commit
aa329c019a
4 changed files with 10 additions and 11 deletions
|
@ -43,8 +43,8 @@ log = "0.4"
|
|||
native-tls = "0.2"
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
tokio = { version = "0.2.4", features = ["time", "net", "stream", "macros", "stream"] }
|
||||
tokio-util = { version = "0.2.0", features = ["codec"] }
|
||||
tokio = { version = "0.2.4", features = ["time", "net", "stream", "macros"] }
|
||||
tokio-util = { version = "0.3.0", features = ["codec"] }
|
||||
tokio-socks = { version = "0.2.0", optional = true }
|
||||
tokio-tls = "0.3.0"
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue