Refresh dependency versions
This commit is contained in:
parent
1ff8d10c10
commit
7d53f16a7b
2 changed files with 357 additions and 245 deletions
592
Cargo.lock
generated
592
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -7,13 +7,13 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
clap = "2.33.0"
|
clap = "2.33.0"
|
||||||
custom_error = "1.6.0"
|
custom_error = "1.7"
|
||||||
futures = "0.1.28"
|
futures = "0.1.29"
|
||||||
http = "0.1.17"
|
http = "0.1.18"
|
||||||
hyper = "0.12.31"
|
hyper = "0.12.35"
|
||||||
odds = { version = "0.3.1", features = ["std-vec"] }
|
odds = { version = "0.3.1", features = ["std-vec"] }
|
||||||
tokio = "0.1.22"
|
tokio = "0.1.22"
|
||||||
tokio-codec = "0.1.1"
|
tokio-codec = "0.1.1"
|
||||||
tokio-io = "0.1.12"
|
tokio-io = "0.1.12"
|
||||||
warp = "0.1.16"
|
warp = "0.1.20"
|
||||||
weak-table = "0.2.3"
|
weak-table = "0.2.3"
|
||||||
|
|
Loading…
Reference in a new issue