permit some dependencies to increase version now
This commit is contained in:
parent
22c6b0cfc8
commit
2f129d6986
1 changed files with 8 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -5,16 +5,16 @@ authors = ["Tangent 128 <Tangent128@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.12"
|
bytes = "^0.4.12"
|
||||||
clap = "2.33.0"
|
clap = "^2.33.0"
|
||||||
custom_error = "1.7"
|
custom_error = "^1.7"
|
||||||
futures = "0.1.29"
|
futures = "0.1.29"
|
||||||
futures3 = { package = "futures-preview", version="0.3.0-alpha", features = ["compat"] }
|
futures3 = { package = "futures-preview", version="0.3.0-alpha", features = ["compat"] }
|
||||||
http = "0.1.18"
|
http = "^0.1.18"
|
||||||
hyper = "0.12.35"
|
hyper = "^0.12.35"
|
||||||
hyper13 = { package = "hyper", version="0.13.0-alpha.4", features = ["unstable-stream"] }
|
hyper13 = { package = "hyper", version="0.13.0-alpha.4", features = ["unstable-stream"] }
|
||||||
matches = "0.1.8"
|
matches = "^0.1.8"
|
||||||
odds = { version = "0.3.1", features = ["std-vec"] }
|
odds = { version = "^0.3.1", features = ["std-vec"] }
|
||||||
tokio2 = { package = "tokio", version="0.2.0-alpha.6" }
|
tokio2 = { package = "tokio", version="0.2.0-alpha.6" }
|
||||||
warp = "0.1.20"
|
warp = "0.1.20"
|
||||||
weak-table = "0.2.3"
|
weak-table = "^0.2.3"
|
||||||
|
|
Loading…
Reference in a new issue