Skip to content

Commit

Permalink
chore(deps) Update Rust crate brotli to v7 (#11195)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent ea50f65 commit add09c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit add09c8

Please sign in to comment.