Skip to content

Commit

Permalink
Update Rust crate zip to v2.1.6 (#9198)
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 Jul 31, 2024
1 parent 75dc9ff commit a85d698
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 @@ -124,7 +124,7 @@ tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
typomania = { version = "=0.1.2", default-features = false }
url = "=2.5.2"
unicode-xid = "=0.2.4"
zip = { version = "=2.1.5", default-features = false, features = ["deflate"] }
zip = { version = "=2.1.6", default-features = false, features = ["deflate"] }

[dev-dependencies]
bytes = "=1.6.1"
Expand Down

0 comments on commit a85d698

Please sign in to comment.