From ef3e895575f117c5a62e16f6350f1f3b350f6802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:09:39 +0000 Subject: [PATCH] Bump lz4_flex from 0.9.5 to 0.11.3 Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.9.5 to 0.11.3. - [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/commits) --- updated-dependencies: - dependency-name: lz4_flex 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 699c384..1ddc5fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1531,9 +1531,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.9.5" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3" +checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" dependencies = [ "twox-hash", ] diff --git a/Cargo.toml b/Cargo.toml index bee59e1..5a45620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" base64 = "0.22.1" eframe = { version = "0.20.1", features = ["persistence"] } kira = "0.7.1" -lz4_flex = "0.9.5" +lz4_flex = "0.11.3" parking_lot = "0.12" rayon = "1.6.0" rfd = "0.10.0"