Update 'indexmap' to 1.0.

This commit is contained in:
messense 2018-03-16 10:52:28 +08:00 committed by Sergio Benitez
parent 362f0ccdac
commit b0fc8b31f6
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ plugin = true
[dependencies]
rocket = { version = "0.4.0-dev", path = "../lib/" }
indexmap = "0.4"
indexmap = "1.0"
log = "0.4"
[dev-dependencies]

View File

@ -33,7 +33,7 @@ pear_codegen = "0.0.13"
rustls = { version = "0.12.0", optional = true }
hyper = { version = "0.10.13", default-features = false }
hyper-sync-rustls = { version = "=0.3.0-rc.2", features = ["server"], optional = true }
indexmap = "0.4"
indexmap = "1.0"
isatty = "0.1"
[dependencies.cookie]