Refresh dependency versions
This commit is contained in:
parent
eb5d206dd9
commit
365c9f6515
2 changed files with 709 additions and 368 deletions
1059
Cargo.lock
generated
1059
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -5,14 +5,14 @@ authors = ["Tangent 128 <Tangent128@gmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.10"
|
||||
clap = "2.32.0"
|
||||
futures = "0.1.25"
|
||||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
bytes = "0.4.12"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.28"
|
||||
http = "0.1.17"
|
||||
hyper = "0.12.31"
|
||||
odds = { version = "0.3.1", features = ["std-vec"] }
|
||||
tokio = "0.1.11"
|
||||
tokio = "0.1.22"
|
||||
tokio-codec = "0.1.1"
|
||||
tokio-io = "0.1.10"
|
||||
warp = "0.1"
|
||||
weak-table = "0.2"
|
||||
tokio-io = "0.1.12"
|
||||
warp = "0.1.16"
|
||||
weak-table = "0.2.3"
|
||||
|
|
Loading…
Reference in a new issue