From 7ecade0dbb032252c96cbb6c501f570e1ebd46de Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 12 Aug 2024 23:15:24 -0400 Subject: [PATCH] chore: bump libflate Not certain what causes CI failure, so doing one dependency update per PR --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e438e4b2f..1cced917b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ env_logger = "0.10" hyper = { version = "1.1.0", default-features = false, features = ["http1", "http2", "client", "server"] } hyper-util = { version = "0.1.3", features = ["http1", "http2", "client", "client-legacy", "server-auto", "tokio"] } serde = { version = "1.0", features = ["derive"] } -libflate = "1.0" +libflate = "2.1" brotli_crate = { package = "brotli", version = "6.0.0" } zstd_crate = { package = "zstd", version = "0.13" } doc-comment = "0.3"