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"