Skip to content

Commit

Permalink
fix(deps): update rust crate zip to 0.6.6 (#930)
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] committed Jun 30, 2023
1 parent b847928 commit 8eb68d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ xz2 = "0.1.7"
node-semver = "2.1.0"
dirs = "5.0.1"
colored = "2.0.0"
zip = "0.6.3"
zip = "0.6.6"
tempfile = "3.6.0"
indoc = "2.0.1"
log = "0.4.19"
Expand Down

1 comment on commit 8eb68d4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 8.7ms 7.73ms +0.97ms

fnm_basic/max 15.75ms 10.94ms +4.8ms

fnm_basic/mean 9.07ms 7.75ms +1.32ms

fnm_basic/min 7.28ms 7.08ms +0.21ms

fnm_basic/stddev 1.27ms 0.26ms +1.01ms

binary size 6948kb 6948kb 0

Please sign in to comment.