Enable 'std' 'indexmap' feature.

This commit is contained in:
Brendon Federko 2020-12-31 18:37:04 -08:00 committed by Sergio Benitez
parent e68a951a54
commit cb33429ce4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ hyper = { version = "0.13.0", default-features = false, features = ["runtime"] }
http = "0.2"
mime = "0.3.13"
time = "0.2.11"
indexmap = "1.0"
indexmap = { version = "1.5.2", features = ["std"] }
state = "0.4"
tokio-rustls = { version = "0.14.0", optional = true }
tokio = { version = "0.2.9", features = ["sync", "tcp", "time"] }