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"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.10"
|
bytes = "0.4.12"
|
||||||
clap = "2.32.0"
|
clap = "2.33.0"
|
||||||
futures = "0.1.25"
|
futures = "0.1.28"
|
||||||
http = "0.1"
|
http = "0.1.17"
|
||||||
hyper = "0.12"
|
hyper = "0.12.31"
|
||||||
odds = { version = "0.3.1", features = ["std-vec"] }
|
odds = { version = "0.3.1", features = ["std-vec"] }
|
||||||
tokio = "0.1.11"
|
tokio = "0.1.22"
|
||||||
tokio-codec = "0.1.1"
|
tokio-codec = "0.1.1"
|
||||||
tokio-io = "0.1.10"
|
tokio-io = "0.1.12"
|
||||||
warp = "0.1"
|
warp = "0.1.16"
|
||||||
weak-table = "0.2"
|
weak-table = "0.2.3"
|
||||||
|
|
Loading…
Reference in a new issue