Skip to content

Commit

Permalink
fix(deps): update rust crate simd-adler32 to 0.3.7 (zopfli-rs#31)
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 Sep 1, 2023
1 parent f64ec1b commit 245a7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.62"

[dependencies]
crc32fast = { version = "1.3.2", default-features = false, optional = true }
simd-adler32 = { version = "0.3.5", default-features = false, optional = true }
simd-adler32 = { version = "0.3.7", default-features = false, optional = true }
typed-arena = { version = "2.0.2", default-features = false }
log = "0.4.19"

Expand Down

0 comments on commit 245a7b4

Please sign in to comment.