Upgrade and uniformize dependencies (#1138)

* Remove unused DandelionConfig

* Cargo upgrade and cleanup
This commit is contained in:
Quentin Le Sceller
2018-06-05 13:26:32 -04:00
committed by GitHub
parent 057eb2dcb8
commit 1255ea2224
15 changed files with 289 additions and 295 deletions
+3 -3
View File
@@ -10,14 +10,14 @@ failure = "0.1"
failure_derive = "0.1"
hyper = "0.10"
iron = "0.5"
lazy_static = "0.2"
lazy_static = "1"
mount = "0.3"
regex = "0.2"
regex = "1"
router = "0.5"
serde = "1"
serde_derive = "1"
serde_json = "1"
slog = { version = "~2.1", features = ["max_level_trace", "release_max_level_trace"] }
slog = { version = "~2.2", features = ["max_level_trace", "release_max_level_trace"] }
urlencoded = "0.5" # 0.6+ lacks trait `plugin::Plugin<iron::Request<'_, '_>>`
grin_core = { path = "../core" }