Browse Source

chore(deps) Update Rust crate brotli to v7 (#11195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
add09c8034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/tauri-codegen/Cargo.toml

+ 1 - 1
crates/tauri-codegen/Cargo.toml

@@ -25,7 +25,7 @@ tauri-utils = { version = "2.0.1", path = "../tauri-utils", features = [
 ] }
 thiserror = "1"
 walkdir = "2"
-brotli = { version = "6", optional = true, default-features = false, features = [
+brotli = { version = "7", optional = true, default-features = false, features = [
   "std",
 ] }
 regex = { version = "1", optional = true }