Skip to content

Commit

Permalink
chore(deps) Update Rust crate brotli to v7 (#11197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
renovate[bot] and lucasfernog authored Oct 17, 2024
1 parent e1bf6ef commit ea50f65
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
41 changes: 37 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ea50f65

Please sign in to comment.