From 0b9aae34ee63c88e3c1c57aaaa2f051525007151 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 30 Aug 2021 19:23:34 +0100 Subject: [PATCH] revert firestorm bump --- actix-router/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 45632b57e..2a2ce1cc1 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -21,7 +21,7 @@ default = ["http"] [dependencies] bytestring = ">=0.1.5, <2" -firestorm = "0.5" +firestorm = "0.4" http = { version = "0.2.3", optional = true } log = "0.4" regex = "1.5" @@ -29,7 +29,7 @@ serde = "1" [dev-dependencies] criterion = { version = "0.3", features = ["html_reports"] } -firestorm = { version = "0.5", features = ["enable_system_time"] } +firestorm = { version = "0.4", features = ["enable_system_time"] } http = "0.2.3" serde = { version = "1", features = ["derive"] }