From 545d674a1b24b8c5a5d01812f7169c3e1776e151 Mon Sep 17 00:00:00 2001 From: Saagar Patel Date: Tue, 21 Apr 2026 13:12:32 +0200 Subject: [PATCH] chore(deps): bump lz4_flex to 0.11.6 and rustls-webpki to 0.103.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Partial replacement for #26 — Dependabot cargo-group PR blocked by branch-name governance. The Dependabot PR bundled three updates: - rand 0.8.5 → 0.9.2 (MAJOR API break — carved off to its own PR) - lz4_flex 0.11.5 → 0.11.6 (patch — this PR) - rustls-webpki 0.103.9 → 0.103.13 (patch — this PR) Splitting the group keeps the rand migration reviewable in isolation and lets these two low-risk patch bumps land immediately. `cargo update -p lz4_flex@0.11.5 -p rustls-webpki` pinpoints the two versions and leaves the rest of the lockfile untouched. Ten lines changed in Cargo.lock, no code changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- src-tauri/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a3797c5..666c64a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5384,9 +5384,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a" [[package]] name = "lz4_flex" @@ -7637,9 +7637,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.9" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "ring", "rustls-pki-types", @@ -8419,7 +8419,7 @@ dependencies = [ "levenshtein_automata", "log", "lru", - "lz4_flex 0.11.5", + "lz4_flex 0.11.6", "measure_time", "memmap2", "once_cell",