From f13dbfea5c44a604dcb9d6c2bfe84a9312d45878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:56:25 +0000 Subject: [PATCH] chore(deps): bump flate2 from 1.1.8 to 1.1.9 in /platform Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- platform/Cargo.lock | 4 ++-- platform/wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/Cargo.lock b/platform/Cargo.lock index f3d6b727..afa64f42 100644 --- a/platform/Cargo.lock +++ b/platform/Cargo.lock @@ -1480,9 +1480,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/platform/wasm/Cargo.toml b/platform/wasm/Cargo.toml index 4209c918..47eca47f 100644 --- a/platform/wasm/Cargo.toml +++ b/platform/wasm/Cargo.toml @@ -23,7 +23,7 @@ comemo = { version = "0.5.0" } console_error_panic_hook = { version = "0.1.7", optional = true } dashmap = { version = "6.1.0" } ecow = { version = "0.2.6" } -flate2 = { version = "1.1.8" } +flate2 = { version = "1.1.9" } indoc = { version = "2.0.7" } itertools = { version = "0.14.0" } js-sys = { version = "0.3", default-features = false }