mirror of https://github.com/rwf2/Rocket.git
Update 'indexmap' to 1.0.
This commit is contained in:
parent
362f0ccdac
commit
b0fc8b31f6
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue