diff --git a/src/mako/Cargo.toml.mako b/src/mako/Cargo.toml.mako index e62c826459..0ab9bc3bde 100644 --- a/src/mako/Cargo.toml.mako +++ b/src/mako/Cargo.toml.mako @@ -26,7 +26,7 @@ name = "${util.program_name()}" % endif [dependencies] -hyper = "^ 0.9" +hyper = "^ 0.10" ## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs mime = "^ 0.2.0" serde = "^ 0.8"