From 5f5852331b1ba112711841ddad31519d803c3a35 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 9 Jun 2021 17:30:08 -0400 Subject: [PATCH] bump actix-router to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e482dec27..9c84deda3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ rustls = ["actix-http/rustls", "actix-tls/accept", "actix-tls/rustls"] [dependencies] actix-codec = "0.4.0-beta.1" actix-macros = "0.2.0" -actix-router = "0.2.7" +actix-router = "0.4.0" actix-rt = "2.2" actix-server = "2.0.0-beta.3" actix-service = "2.0.0"