From 15d26e0a7489884d182850ed5a0811416e51414f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:49:35 +0000 Subject: [PATCH] build(deps): bump lz4_flex from 0.12.0 to 0.12.1 Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/compare/0.12.0...0.12.1) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- lib/gridstore/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c0fc04f45c..87506338525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -3620,7 +3620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.0", + "windows-targets 0.52.6", ] [[package]] @@ -3747,9 +3747,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e" +checksum = "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746" [[package]] name = "macro_rules_attribute" @@ -7067,7 +7067,7 @@ dependencies = [ "getrandom 0.3.0", "once_cell", "rustix 1.0.2", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] diff --git a/lib/gridstore/Cargo.toml b/lib/gridstore/Cargo.toml index 3da62726a87..1eb8dba57c6 100644 --- a/lib/gridstore/Cargo.toml +++ b/lib/gridstore/Cargo.toml @@ -24,7 +24,7 @@ smallvec = { workspace = true } parking_lot = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } -lz4_flex = { version = "0.12.0", default-features = false } +lz4_flex = { version = "0.12.1", default-features = false } log = { workspace = true } rand = { workspace = true } bitvec = { workspace = true }