From 3541691731c7005f911701a66d71019ee51789ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:36:00 +0000 Subject: [PATCH] build(deps): bump lz4_flex from 0.11.0 to 0.11.1 Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.11.0 to 0.11.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/commits) --- updated-dependencies: - dependency-name: lz4_flex dependency-type: direct:production update-type: version-update:semver-patch ... 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 e4fa540c4..bb9aeb4cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,9 +626,9 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lz4_flex" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6f50e0fd4351da4b429de1234c28feda97aafa5748fbd4a74634f5cc5d82dd" +checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8" dependencies = [ "twox-hash", ] diff --git a/Cargo.toml b/Cargo.toml index a15de742c..0297c882a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ gzp = { version = "0.11.3", default-features = false, features = ["snappy_defaul ignore = "0.4.20" libc = "0.2.147" linked-hash-map = "0.5.6" -lz4_flex = "0.11.0" +lz4_flex = "0.11.1" once_cell = "1.18.0" rayon = "1.7.0" same-file = "1.0.6"