From c9044ea955d4a6f52243da2b815e0635370c9426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:00:50 +0000 Subject: [PATCH] fix(deps): update rust crate flate2 to 1.0.30 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3232015b..5141f9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index f8c46f7a..7873cb97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ regex = "1.10.4" regex-syntax = { version = "0.8.3", default-features = false } indoc = "2.0.5" -flate2 = "1.0.29" +flate2 = "1.0.30" strum = { version = "0.26.2", features = ["derive"] } paste = "1.0.14"