Skip to content

Commit 0afee5e

Browse files
nyuriklucasfernog
andauthored
chore: update brotli dependency to v6 (#10436)
* chore: update brotli dependency to v6 brotli v6 plays nice with other versions of the same crate * add change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
1 parent bfc49cc commit 0afee5e

5 files changed

Lines changed: 16 additions & 10 deletions

File tree

.changes/brotli-6.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-codegen": patch:deps
3+
"tauri-utils": patch:deps
4+
---
5+
6+
Updated brotli to v6.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/tauri-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = "1"
2323
tauri-utils = { version = "2.0.0-rc.2", path = "../tauri-utils", features = [ "build" ] }
2424
thiserror = "1"
2525
walkdir = "2"
26-
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
26+
brotli = { version = "6", optional = true, default-features = false, features = [ "std" ] }
2727
regex = { version = "1", optional = true }
2828
uuid = { version = "1", features = [ "v4" ] }
2929
semver = "1"

core/tauri-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1", features = [ "derive" ] }
1717
serde_json = "1"
1818
thiserror = "1"
1919
phf = { version = "0.11", features = [ "macros" ] }
20-
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
20+
brotli = { version = "6", optional = true, default-features = false, features = [ "std" ] }
2121
url = { version = "2", features = [ "serde" ] }
2222
html5ever = "0.26"
2323
kuchiki = { package = "kuchikiki", version = "0.8" }

examples/api/src-tauri/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)