From 507132622656de0ace74a71fbc8c9f52c3ba31e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:54:08 -0400 Subject: [PATCH] chore(deps): update rust crate flate2 to 1.0.31 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc50e17..3bee70b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 4c02642..3caccdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ css-colors = "1.0.1" csscolorparser = { version = "0.6.2", features = ["rgb"] } etcetera = "0.8.0" fancy-regex = "0.13.0" -flate2 = "1.0.30" +flate2 = "1.0.31" graphql_client = { version = "0.14.0", features = ["reqwest-blocking"] } inquire = "0.7.5" log = "0.4.22"