From 4d53da2e9d607ad2bc74ca24c68fc87e1d84efa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:02:48 +0000 Subject: [PATCH] chore(deps) Update Rust crate brotli to v7 --- crates/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-utils/Cargo.toml b/crates/tauri-utils/Cargo.toml index 381fea68ebba..f52911c0029c 100644 --- a/crates/tauri-utils/Cargo.toml +++ b/crates/tauri-utils/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1" phf = { version = "0.11", features = ["macros"] } -brotli = { version = "6", optional = true, default-features = false, features = [ +brotli = { version = "7", optional = true, default-features = false, features = [ "std", ] } url = { version = "2", features = ["serde"] }