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"] }