From 30e76c7d3ac509162b4d5632a845f7ad8705b558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 20:23:13 +0800 Subject: [PATCH] chore(deps): update rust crate brotli to v8 (#13264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/tauri-codegen/Cargo.toml | 2 +- crates/tauri-utils/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5de03788c..d508d2071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,9 +870,9 @@ dependencies = [ [[package]] name = "brotli" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" +checksum = "cf19e729cdbd51af9a397fb9ef8ac8378007b797f8273cfbfdf45dcaa316167b" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", diff --git a/crates/tauri-codegen/Cargo.toml b/crates/tauri-codegen/Cargo.toml index f7efa79c2..f6144ef25 100644 --- a/crates/tauri-codegen/Cargo.toml +++ b/crates/tauri-codegen/Cargo.toml @@ -25,7 +25,7 @@ tauri-utils = { version = "2.4.0", path = "../tauri-utils", features = [ ] } thiserror = "2" walkdir = "2" -brotli = { version = "7", optional = true, default-features = false, features = [ +brotli = { version = "8", optional = true, default-features = false, features = [ "std", ] } regex = { version = "1", optional = true } diff --git a/crates/tauri-utils/Cargo.toml b/crates/tauri-utils/Cargo.toml index 7f4525479..30b19a7d0 100644 --- a/crates/tauri-utils/Cargo.toml +++ b/crates/tauri-utils/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1" anyhow = "1" thiserror = "2" phf = { version = "0.11", features = ["macros"] } -brotli = { version = "7", optional = true, default-features = false, features = [ +brotli = { version = "8", optional = true, default-features = false, features = [ "std", ] } url = { version = "2", features = ["serde"] }