From d426541ca80a2588c7fedb5478e539e1b04d4b87 Mon Sep 17 00:00:00 2001 From: krant Date: Thu, 23 May 2024 09:03:18 +0300 Subject: [PATCH] Update include-flate to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd606b4..56def62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ walkdir = "2.3.2" rust-embed-impl = { version = "8.4.0", path = "impl"} rust-embed-utils = { version = "8.4.0", path = "utils"} -include-flate = { version = "0.2", optional = true, features = ["stable"] } +include-flate = { version = "0.3", optional = true } actix-web = { version = "4", optional = true } mime_guess = { version = "2", optional = true } hex = { version = "0.4.3", optional = true }