From a1b1a1f19b0301d16751d1224cc279cca319f1eb Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 11 May 2020 19:24:22 -0700 Subject: [PATCH] Upgrade dev-dep libflate to 1.0 (#909) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42273a4..119132b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ trust-dns-resolver = { version = "0.19", optional = true } env_logger = "0.6" hyper = { version = "0.13", default-features = false, features = ["tcp", "stream"] } serde = { version = "1.0", features = ["derive"] } -libflate = "0.1" +libflate = "1.0" brotli_crate = { package = "brotli", version = "3.3.0" } doc-comment = "0.3" tokio = { version = "0.2.0", default-features = false, features = ["macros"] }