From 8c7f338507e89279b15e051a00c68124e5f1e353 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 13 Aug 2024 16:28:37 -0400 Subject: [PATCH] chore: bump dev-dependency libflate (#2382) --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e86e3ace4..fd14e28b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,7 +272,7 @@ jobs: run: | cargo clean cargo update -Z minimal-versions - cargo update -p proc-macro2 --precise 1.0.60 + cargo update -p proc-macro2 --precise 1.0.62 cargo check cargo check --all-features 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"