Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action minor v4.5.0 -> v4.6.0
clap dependencies patch 4.5.23 -> 4.5.29
clap-cargo dependencies patch 0.15.1 -> 0.15.2
clap_complete dependencies patch 4.5.40 -> 4.5.44
codecov/codecov-action action minor v5.1.2 -> v5.3.1
indicatif dependencies patch 0.17.9 -> 0.17.11
libfuzzer-sys dependencies patch 0.15.0 -> 0.15.1
libz-ng-sys dependencies patch <1.1.20 -> <1.1.22
libz-sys dependencies patch 1.1.20 -> 1.1.21
tempfile (source) dev-dependencies minor 3.15.0 -> 3.16.0
test-assets-ureq dev-dependencies minor 0.3.0 -> 0.5.0
test-log dev-dependencies patch 0.2.16 -> 0.2.17
thiserror dependencies patch 2.0.9 -> 2.0.11

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

clap-rs/clap (clap)

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
crate-ci/clap-cargo (clap-cargo)

v0.15.2

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

console-rs/indicatif (indicatif)

v0.17.11

Compare Source

What's Changed

v0.17.10

Compare Source

What's Changed

With some great performance improvements from @​jaheba.

AFLplusplus/LibAFL (libfuzzer-sys)

v0.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: AFLplusplus/LibAFL@0.15.0...0.15.1

rust-lang/libz-sys (libz-ng-sys)

v1.1.21

Compare Source

What's Changed
New Contributors

Full Changelog: rust-lang/libz-sys@1.1.20...1.1.21

v1.1.20

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libz-sys@1.1.19...1.1.20

Stebalien/tempfile (tempfile)

v3.16.0

Compare Source

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).
wcampbell0x2a/test-assets-ureq (test-assets-ureq)

v0.5.0

Compare Source

v0.4.0

Compare Source

What's Changed

Full Changelog: wcampbell0x2a/test-assets-ureq@v0.3.0...v0.4.0

d-e-s-o/test-log (test-log)

v0.2.17

Compare Source

  • Changed default log level to INFO
dtolnay/thiserror (thiserror)

v2.0.11

Compare Source

v2.0.10

Compare Source

  • Support errors containing a generic type parameter's associated type in a field (#​408)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Benchmark for 52c4a9c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.5±0.01ms -1.52%
unsquashfs/full 10.9±0.18ms 11.3±0.22ms +3.67%
unsquashfs/full-path-filter 7.5±0.16ms 7.7±0.20ms +2.67%
unsquashfs/list 7.5±0.13ms 8.0±0.12ms +6.67%
unsquashfs/list-path-filter 6.6±0.09ms 7.2±0.09ms +9.09%
write_read/netgear_ax6100v2 1437.3±11.48ms 1396.5±10.35ms -2.84%
write_read/tplink_ax1800 8.2±0.11s 8.0±0.12s -2.44%

@github-actions github-actions bot added the A-CI GitHub Action label Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e21261f to de588f1 Compare January 18, 2025 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de588f1 to 2d38687 Compare January 18, 2025 19:28
Copy link

Benchmark for 419b0d5

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.01ms 0.00%
only_read/tplink_ax1800 6.6±0.03ms 6.7±0.04ms +1.52%
unsquashfs/full 10.8±0.20ms 10.7±0.16ms -0.93%
unsquashfs/full-path-filter 7.4±0.11ms 7.4±0.11ms 0.00%
unsquashfs/list 7.4±0.11ms 7.4±0.12ms 0.00%
unsquashfs/list-path-filter 6.6±0.09ms 6.6±0.09ms 0.00%
write_read/netgear_ax6100v2 1408.1±14.46ms 1418.4±19.12ms +0.73%
write_read/tplink_ax1800 8.0±0.02s 8.0±0.03s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d38687 to b9e82d6 Compare January 20, 2025 05:31
Copy link

Benchmark for 695cbdf

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.02ms 0.00%
only_read/tplink_ax1800 6.6±0.02ms 6.6±0.10ms 0.00%
unsquashfs/full 11.1±0.20ms 10.9±0.21ms -1.80%
unsquashfs/full-path-filter 7.4±0.09ms 7.7±0.36ms +4.05%
unsquashfs/list 7.4±0.08ms 7.3±0.08ms -1.35%
unsquashfs/list-path-filter 6.6±0.09ms 6.6±0.09ms 0.00%
write_read/netgear_ax6100v2 1397.7±3.56ms 1404.8±8.69ms +0.51%
write_read/tplink_ax1800 7.9±0.04s 8.1±0.09s +2.53%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9e82d6 to 7a9ab29 Compare January 21, 2025 00:07
Copy link

Benchmark for 9c38cab

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.7±0.10ms +1.52%
unsquashfs/full 10.5±0.12ms 10.5±0.11ms 0.00%
unsquashfs/full-path-filter 7.2±0.03ms 7.2±0.03ms 0.00%
unsquashfs/list 7.2±0.05ms 7.2±0.03ms 0.00%
unsquashfs/list-path-filter 6.5±0.05ms 6.5±0.04ms 0.00%
write_read/netgear_ax6100v2 1394.0±2.51ms 1382.3±4.02ms -0.84%
write_read/tplink_ax1800 7.8±0.01s 7.8±0.01s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a9ab29 to 0c534cf Compare January 21, 2025 02:07
Copy link

Benchmark for f99dd79

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.01ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.01ms 0.00%
unsquashfs/full 10.8±0.28ms 10.7±0.22ms -0.93%
unsquashfs/full-path-filter 7.4±0.16ms 7.4±0.10ms 0.00%
unsquashfs/list 7.5±0.09ms 7.8±0.25ms +4.00%
unsquashfs/list-path-filter 6.6±0.08ms 6.7±0.10ms +1.52%
write_read/netgear_ax6100v2 1414.7±6.76ms 1399.3±7.72ms -1.09%
write_read/tplink_ax1800 8.0±0.04s 8.2±0.06s +2.50%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c534cf to 18a1384 Compare January 22, 2025 18:42
Copy link

Benchmark for be7c6a7

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.04ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.5±0.01ms -1.52%
unsquashfs/full 10.5±0.17ms 10.5±0.37ms 0.00%
unsquashfs/full-path-filter 7.2±0.04ms 7.2±0.04ms 0.00%
unsquashfs/list 7.3±0.04ms 7.3±0.07ms 0.00%
unsquashfs/list-path-filter 6.5±0.05ms 6.5±0.05ms 0.00%
write_read/netgear_ax6100v2 1398.8±4.25ms 1392.1±6.09ms -0.48%
write_read/tplink_ax1800 7.8±0.01s 7.9±0.02s +1.28%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18a1384 to ecf03a1 Compare January 23, 2025 20:46
Copy link

Benchmark for b847a0c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.00ms 6.6±0.04ms 0.00%
unsquashfs/full 10.7±0.18ms 10.6±0.19ms -0.93%
unsquashfs/full-path-filter 7.3±0.11ms 7.3±0.08ms 0.00%
unsquashfs/list 7.3±0.10ms 7.3±0.07ms 0.00%
unsquashfs/list-path-filter 6.5±0.33ms 6.6±0.10ms +1.54%
write_read/netgear_ax6100v2 1397.4±7.10ms 1405.4±16.73ms +0.57%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.03s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecf03a1 to 900ca4c Compare January 24, 2025 16:55
Copy link

Benchmark for b883fbd

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.00ms 6.7±0.06ms +1.52%
unsquashfs/full 10.6±0.26ms 10.5±0.15ms -0.94%
unsquashfs/full-path-filter 7.2±0.04ms 7.3±0.05ms +1.39%
unsquashfs/list 7.3±0.08ms 7.3±0.06ms 0.00%
unsquashfs/list-path-filter 6.5±0.07ms 6.5±0.05ms 0.00%
write_read/netgear_ax6100v2 1400.2±2.62ms 1399.3±5.07ms -0.06%
write_read/tplink_ax1800 7.8±0.01s 7.9±0.02s +1.28%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 900ca4c to d5b76db Compare January 27, 2025 17:39
Copy link

Benchmark for 8087c46

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.03ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.5±0.01ms -1.52%
unsquashfs/full 10.6±0.12ms 10.6±0.19ms 0.00%
unsquashfs/full-path-filter 7.3±0.04ms 7.3±0.06ms 0.00%
unsquashfs/list 7.3±0.05ms 7.3±0.06ms 0.00%
unsquashfs/list-path-filter 6.5±0.05ms 6.5±0.07ms 0.00%
write_read/netgear_ax6100v2 1395.8±10.99ms 1387.9±4.43ms -0.57%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5b76db to e48eba1 Compare January 28, 2025 13:51
Copy link

Benchmark for 6dd090e

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.01ms 0.00%
unsquashfs/full 10.6±0.16ms 10.7±0.16ms +0.94%
unsquashfs/full-path-filter 7.3±0.05ms 7.3±0.06ms 0.00%
unsquashfs/list 7.3±0.08ms 7.4±0.13ms +1.37%
unsquashfs/list-path-filter 6.6±0.06ms 6.7±0.20ms +1.52%
write_read/netgear_ax6100v2 1395.3±4.09ms 1394.9±12.83ms -0.03%
write_read/tplink_ax1800 8.0±0.04s 8.0±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e48eba1 to 5e150d8 Compare January 28, 2025 17:27
Copy link

Benchmark for c317fe4

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.02ms 0.00%
unsquashfs/full 10.5±0.52ms 10.5±0.32ms 0.00%
unsquashfs/full-path-filter 7.2±0.03ms 7.2±0.04ms 0.00%
unsquashfs/list 7.2±0.04ms 7.2±0.10ms 0.00%
unsquashfs/list-path-filter 6.5±0.03ms 6.5±0.04ms 0.00%
write_read/netgear_ax6100v2 1396.4±3.35ms 1392.0±2.53ms -0.32%
write_read/tplink_ax1800 7.8±0.03s 7.8±0.01s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e150d8 to 914bf92 Compare January 28, 2025 21:06
Copy link

Benchmark for 74959e2

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.01ms 0.00%
only_read/tplink_ax1800 6.6±0.05ms 6.6±0.01ms 0.00%
unsquashfs/full 10.5±0.14ms 10.6±0.14ms +0.95%
unsquashfs/full-path-filter 7.3±0.05ms 7.4±0.16ms +1.37%
unsquashfs/list 7.3±0.06ms 7.3±0.09ms 0.00%
unsquashfs/list-path-filter 6.5±0.06ms 6.5±0.07ms 0.00%
write_read/netgear_ax6100v2 1397.3±7.18ms 1393.4±8.78ms -0.28%
write_read/tplink_ax1800 7.9±0.02s 8.0±0.05s +1.27%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 914bf92 to 79972a8 Compare January 29, 2025 18:26
Copy link

Benchmark for 22f1349

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.01ms 0.00%
unsquashfs/full 10.6±0.15ms 10.6±0.14ms 0.00%
unsquashfs/full-path-filter 7.3±0.06ms 7.4±0.07ms +1.37%
unsquashfs/list 7.3±0.16ms 7.4±0.10ms +1.37%
unsquashfs/list-path-filter 6.6±0.08ms 6.6±0.06ms 0.00%
write_read/netgear_ax6100v2 1409.5±2.30ms 1432.4±6.47ms +1.62%
write_read/tplink_ax1800 8.0±0.02s 7.9±0.06s -1.25%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79972a8 to 20f4c91 Compare January 30, 2025 19:22
Copy link

Benchmark for 10fd9fe

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.5±0.01ms 6.6±0.01ms +1.54%
unsquashfs/full 11.0±0.28ms 10.8±0.27ms -1.82%
unsquashfs/full-path-filter 7.4±0.21ms 7.5±0.22ms +1.35%
unsquashfs/list 7.5±0.29ms 7.6±0.30ms +1.33%
unsquashfs/list-path-filter 6.8±0.21ms 6.7±0.20ms -1.47%
write_read/netgear_ax6100v2 1412.7±8.44ms 1411.8±8.11ms -0.06%
write_read/tplink_ax1800 8.1±0.09s 8.1±0.03s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20f4c91 to ac1f3c2 Compare February 4, 2025 01:20
Copy link

github-actions bot commented Feb 4, 2025

Benchmark for bf760a8

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.00ms 6.6±0.02ms 0.00%
unsquashfs/full 10.5±0.15ms 10.5±0.16ms 0.00%
unsquashfs/full-path-filter 7.3±0.04ms 7.2±0.03ms -1.37%
unsquashfs/list 7.3±0.27ms 7.3±0.04ms 0.00%
unsquashfs/list-path-filter 6.5±0.03ms 6.5±0.04ms 0.00%
write_read/netgear_ax6100v2 1396.8±4.95ms 1405.6±8.56ms +0.63%
write_read/tplink_ax1800 7.9±0.02s 7.9±0.01s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac1f3c2 to 6896e58 Compare February 5, 2025 21:33
@github-actions github-actions bot added the A-fuzz label Feb 5, 2025
Copy link

github-actions bot commented Feb 5, 2025

Benchmark for db76b4c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.01ms 0.00%
unsquashfs/full 10.6±0.12ms 10.6±0.31ms 0.00%
unsquashfs/full-path-filter 7.3±0.05ms 7.2±0.03ms -1.37%
unsquashfs/list 7.3±0.06ms 7.3±0.12ms 0.00%
unsquashfs/list-path-filter 6.5±0.06ms 6.5±0.03ms 0.00%
write_read/netgear_ax6100v2 1398.5±6.42ms 1403.8±7.93ms +0.38%
write_read/tplink_ax1800 7.8±0.01s 7.9±0.02s +1.28%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6896e58 to 5b80ba6 Compare February 10, 2025 13:43
Copy link

Benchmark for 12d0379

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.02ms 0.00%
unsquashfs/full 10.8±0.19ms 10.6±0.19ms -1.85%
unsquashfs/full-path-filter 7.4±0.06ms 7.3±0.05ms -1.35%
unsquashfs/list 7.4±0.10ms 7.4±0.10ms 0.00%
unsquashfs/list-path-filter 6.6±0.10ms 6.6±0.24ms 0.00%
write_read/netgear_ax6100v2 1391.0±5.60ms 1386.3±5.70ms -0.34%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b80ba6 to 5334ac4 Compare February 11, 2025 22:36
Copy link

Benchmark for 0c93f77

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.5±0.02ms 6.6±0.01ms +1.54%
unsquashfs/full 10.6±0.24ms 10.6±0.25ms 0.00%
unsquashfs/full-path-filter 7.3±0.04ms 7.3±0.04ms 0.00%
unsquashfs/list 7.3±0.07ms 7.3±0.06ms 0.00%
unsquashfs/list-path-filter 6.5±0.04ms 6.5±0.05ms 0.00%
write_read/netgear_ax6100v2 1392.0±3.66ms 1390.6±7.75ms -0.10%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.02s 0.00%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-lib A-CI GitHub Action A-fuzz A-tests bakchand-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants