Skip to content

Commit

Permalink
chore(deps) Update Rust crate brotli to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent a08e6ff commit 4d53da2
Showing 1 changed file with 1 addition and 1 deletion.
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 4d53da2

Please sign in to comment.