mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Rust crate brotli to v7 (#11195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user