From 350dfbcccc3b2dc8949531f8da6f9ff7478d8a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:12:58 +0000 Subject: [PATCH] chore(deps)(deps): bump lz4_flex from 0.13.1 to 0.14.0 Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.13.1 to 0.14.0. - [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.13.1...0.14.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e65eb940..779a5ce8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2536,9 +2536,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" +checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226" [[package]] name = "mac_address" diff --git a/Cargo.toml b/Cargo.toml index 08b318c3..e17c3613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ serde_json = "1.0" # rewind ring buffer to compress per-frame snapshots. `std` is opted in # by `rustynes-core`'s `std` feature (default on for desktop builds; off when # cross-compiling to a no_std target like `thumbv7em-none-eabihf`). -lz4_flex = { version = "0.13", default-features = false, features = ["safe-encode", "safe-decode"] } +lz4_flex = { version = "0.14", default-features = false, features = ["safe-encode", "safe-decode"] } # Frontend deps winit = "0.30"