diff --git a/native/Cargo.lock b/native/Cargo.lock index 328e8b3727..05b673346e 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3950,9 +3950,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[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" dependencies = [ "twox-hash", ] diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml index c95145bf85..44daae53ab 100644 --- a/native/core/Cargo.toml +++ b/native/core/Cargo.toml @@ -51,7 +51,7 @@ prost = "0.14.3" jni = "0.21" snap = "1.1" # we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation -lz4_flex = { version = "0.12.0", default-features = false, features = ["frame"] } +lz4_flex = { version = "0.12.1", default-features = false, features = ["frame"] } zstd = "0.13.3" rand = { workspace = true } num = { workspace = true }