From 260b53016ecb41b889f04f8e26908573ad8a5e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:48:30 +0000 Subject: [PATCH] chore(deps)(deps): bump flate2 from 1.1.5 to 1.1.8 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.5 to 1.1.8. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.8) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim_update/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74b3643c..bd6c7c53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2550,9 +2550,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/crates/terraphim_update/Cargo.toml b/crates/terraphim_update/Cargo.toml index c49980f5..6c957e79 100644 --- a/crates/terraphim_update/Cargo.toml +++ b/crates/terraphim_update/Cargo.toml @@ -28,7 +28,7 @@ dialoguer = "0.11" zipsign-api = "0.1" base64 = "0.22" # Archive extraction -flate2 = "1.0" +flate2 = "1.1" tar = "0.4" zip = "2.2" tempfile = "3.0"