From c2be1b2ef022895b63ce706c8147a9ae6957762c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:43:08 +0000 Subject: [PATCH] fix(deps): update rust crate lz4_flex to 0.11.3 --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1eadfd9d8..c8e268b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,9 +1665,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15" +checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" dependencies = [ "twox-hash", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1f7a48d54..039f6c7d0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,7 +12,7 @@ serve = ["dep:actix-web"] [dependencies] -lz4_flex = { version = "0.11.2", default-features = false, features = [ +lz4_flex = { version = "0.11.3", default-features = false, features = [ "frame", ] } byteorder = "1.5.0"