From b18664fe9fe773ff2e6c513c747313342bb6573a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 7 Dec 2018 15:35:32 +0100 Subject: Upgrade to Rocket 0.4 --- testing/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 15cbfe2..3071542 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -9,7 +9,7 @@ actix = ["actix-web", "bytes", "askama/with-actix-web"] default = [] full = ["actix", "with-iron", "serde-json"] serde-json = ["serde_json", "askama/serde-json"] -with-rocket = ["rocket", "rocket_codegen", "askama/with-rocket"] +with-rocket = ["rocket", "askama/with-rocket"] with-iron = ["iron", "askama/with-iron"] [dependencies] @@ -17,8 +17,7 @@ actix-web = { version = "0.7", optional = true } askama = { path = "../askama", version = "*" } bytes = { version = "0.4", optional = true } iron = { version = "0.6", optional = true } -rocket = { version = "0.3", optional = true } -rocket_codegen = { version = "0.3", optional = true } +rocket = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true } [build-dependencies] -- cgit