Skip to content

Commit

Permalink
fix(deps): update rust crate zopfli to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 16dac13 commit b57cb93
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ java-properties = { version = "2.0.0", optional = true }

tempfile = "3.8.0"
crc32fast = "1.3.2"
zopfli = { version = "0.7.4", default-features = false, features = ["std"] }
zopfli = { version = "0.8.0", default-features = false, features = ["std"] }

const-random = "0.1.15"
const_format = "0.2.31"
Expand Down

0 comments on commit b57cb93

Please sign in to comment.