mirror of https://github.com/rwf2/Rocket.git
Remove unused 'mime' dependency.
This commit is contained in:
parent
a16c66eae9
commit
6d2059f9eb
|
@ -26,7 +26,6 @@ uuid = ["uuid_"]
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
mime = "0.3.13"
|
|
||||||
time = "0.2.11"
|
time = "0.2.11"
|
||||||
indexmap = { version = "1.5.2", features = ["std"] }
|
indexmap = { version = "1.5.2", features = ["std"] }
|
||||||
rustls = { version = "0.19", optional = true }
|
rustls = { version = "0.19", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue