From 89567f08acd4ae4294f5483ac44656301f61eca9 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Thu, 25 Jan 2024 09:09:23 +0900 Subject: [PATCH] Update libflate to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7b80f5..2b315b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ json = ["slog-json"] [dependencies] chrono = { version = "0.4", default-features = false, features = ["clock", "std"] } -libflate = {version = "1", optional = true} +libflate = {version = "2", optional = true} serde = {version = "1", features = ["derive"]} slog = "2" slog-async = "2"