backhand icon indicating copy to clipboard operation
backhand copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 9 months ago • 23 comments

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v4.2.0 -> v4.2.3
actions/upload-artifact action minor v4.5.0 -> v4.6.2
assert_cmd dev-dependencies patch 2.0.16 -> 2.0.17
backon dev-dependencies minor 1.4.0 -> 1.5.0
clap dependencies patch 4.5.31 -> 4.5.37
clap_complete dependencies patch 4.5.46 -> 4.5.50
codecov/codecov-action action minor v5.1.2 -> v5.4.2
env_logger dev-dependencies patch 0.11.6 -> 0.11.8
flate2 dependencies patch 1.1.0 -> 1.1.1
libc dependencies patch 0.2.170 -> 0.2.172
libfuzzer-sys dependencies patch 0.15.1 -> 0.15.2
nix dev-dependencies minor 0.29.0 -> 0.30.0
nix dependencies minor 0.29.0 -> 0.30.0
tempfile (source) dev-dependencies minor 3.17.1 -> 3.19.1
zstd-safe dependencies patch 7.2.3 -> 7.2.4

Release Notes

actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1

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

v4.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0

assert-rs/assert_cmd (assert_cmd)

v2.0.17

Compare Source

Features
  • Add cargo::cargo_bin! which will work with Cargo's build-dir
Xuanwo/backon (backon)

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.4.1...v1.5.0

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.4.0...v1.4.1

clap-rs/clap (clap)

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark
codecov/codecov-action (codecov/codecov-action)

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

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

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

rust-cli/env_logger (env_logger)

v0.11.8

Compare Source

Compatibility
  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release
Features
  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

Compare Source

Internal
  • Replaced humantime with jiff
rust-lang/flate2-rs (flate2)

v1.1.1

Compare Source

This release should be smaller and thus faster to download. Additionally, when using the zlib-rs backend, duplicate symbol issues shouldn't occur anymore.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1

rust-lang/libc (libc)

v0.2.172

Compare Source

Added
  • Android: Add getauxval for 32-bit targets (#​4338)
  • Android: Add if_tun.h ioctls (#​4379)
  • Android: Define SO_BINDTOIFINDEX (#​4391)
  • Cygwin: Add posix_spawn_file_actions_add[f]chdir[_np] (#​4387)
  • Cygwin: Add new socket options (#​4350)
  • Cygwin: Add statfs & fcntl (#​4321)
  • FreeBSD: Add filedesc and fdescenttbl (#​4327)
  • Glibc: Add unstable support for _FILE_OFFSET_BITS=64 (#​4345)
  • Hermit: Add AF_UNSPEC (#​4344)
  • Hermit: Add AF_VSOCK (#​4344)
  • Illumos, NetBSD: Add timerfd APIs (#​4333)
  • Linux: Add _IO, _IOW, _IOR, _IOWR to the exported API (#​4325)
  • Linux: Add tcp_info to uClibc bindings (#​4347)
  • Linux: Add further BPF program flags (#​4356)
  • Linux: Add missing INPUT_PROP_XXX flags from input-event-codes.h (#​4326)
  • Linux: Add missing TLS bindings (#​4296)
  • Linux: Add more constants from seccomp.h (#​4330)
  • Linux: Add more glibc ptrace_sud_config and related PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG. (#​4386)
  • Linux: Add new netlink flags (#​4288)
  • Linux: Define ioctl codes on more architectures (#​4382)
  • Linux: Add missing pthread_attr_setstack (#​4349)
  • Musl: Add missing utmpx API (#​4332)
  • Musl: Enable getrandom on all platforms (#​4346)
  • NuttX: Add more signal constants (#​4353)
  • QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs (#​4169)
  • QNX: Add support for alternative Neutrino network stack io-sock (#​4169)
  • Redox: Add more sys/socket.h and sys/uio.h definitions (#​4388)
  • Solaris: Temporarily define O_DIRECT and SIGINFO (#​4348)
  • Solarish: Add secure_getenv (#​4342)
  • VxWorks: Add missing d_type member to dirent (#​4352)
  • VxWorks: Add missing signal-related constsants (#​4352)
  • VxWorks: Add more error codes (#​4337)
Deprecated
  • FreeBSD: Deprecate TCP_PCAP_OUT and TCP_PCAP_IN (#​4381)
Fixed
  • Cygwin: Fix member types of statfs (#​4324)
  • Cygwin: Fix tests (#​4357)
  • Hermit: Make AF_INET = 3 (#​4344)
  • Musl: Fix the syscall table on RISC-V-32 (#​4335)
  • Musl: Fix the value of SA_ONSTACK on RISC-V-32 (#​4335)
  • VxWorks: Fix a typo in the waitpid parameter name (#​4334)
Removed
  • Musl: Remove O_FSYNC on RISC-V-32 (use O_SYNC instead) (#​4335)
  • Musl: Remove RTLD_DEEPBIND on RISC-V-32 (#​4335)
Other
  • CI: Add matrix env variables to the environment (#​4345)
  • CI: Always deny warnings (#​4363)
  • CI: Always upload successfully created artifacts (#​4345)
  • CI: Install musl from source for loongarch64 (#​4320)
  • CI: Revert "Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64" (#)
  • CI: Use $PWD instead of $(pwd) in run-docker (#​4345)
  • Solarish: Restrict openpty and forkpty polyfills to Illumos, replace Solaris implementation with bindings (#​4329)
  • Testing: Ensure the makedev test does not emit unused errors (#​4363)

v0.2.171

Compare Source

Added
  • Android: Add if_nameindex/if_freenameindex support (#​4247)
  • Apple: Add missing proc types and constants (#​4310)
  • BSD: Add devname (#​4285)
  • Cygwin: Add PTY and group API (#​4309)
  • Cygwin: Add support (#​4279)
  • FreeBSD: Make spawn.h interfaces available on all FreeBSD-like systems (#​4294)
  • Linux: Add AF_XDP structs for all Linux environments (#​4163)
  • Linux: Add SysV semaphore constants (#​4286)
  • Linux: Add F_SEAL_EXEC (#​4316)
  • Linux: Add SO_PREFER_BUSY_POLL and SO_BUSY_POLL_BUDGET (#​3917)
  • Linux: Add devmem structs (#​4299)
  • Linux: Add socket constants up to SO_DEVMEM_DONTNEED (#​4299)
  • NetBSD, OpenBSD, DragonflyBSD: Add closefrom (#​4290)
  • NuttX: Add pw_passwd field to passwd (#​4222)
  • Solarish: define IP_BOUND_IF and IPV6_BOUND_IF (#​4287)
  • Wali: Add bindings for wasm32-wali-linux-musl target (#​4244)
Changed
  • AIX: Use sa_sigaction instead of a union (#​4250)
  • Make msqid_ds.__msg_cbytes public (#​4301)
  • Unix: Make all major, minor, makedev into const fn (#​4208)
Deprecated
  • Linux: Deprecate obsolete packet filter interfaces (#​4267)
Fixed
  • Cygwin: Fix strerror_r (#​4308)
  • Cygwin: Fix usage of f! (#​4308)
  • Hermit: Make stat::st_size signed (#​4298)
  • Linux: Correct values for SI_TIMER, SI_MESGQ, SI_ASYNCIO (#​4292)
  • NuttX: Update tm_zone and d_name fields to use c_char type (#​4222)
  • Xous: Include the prelude to define c_int (#​4304)
Other
Removed
  • NuttX: Remove pthread_set_name_np (#​4251)
AFLplusplus/LibAFL (libfuzzer-sys)

v0.15.2

Compare Source

Highlights

  • Moved to Rust 2024 edition
  • Added LibAFL_Unicorn
  • Added SAND: Decoupling Sanitization from Fuzzing for Low Overhead support
  • LibAFL rand types can be used for rust's rand module, and vice versa
  • Added StatsD monitor that sends updates via UDP to Prometheus
  • QEMU:
    • Added a new binary-only ASan implementation in Rust
    • Redirect StdIn module to pass input to targets more easily
    • Reworked Snapshots
    • Better support for calling conventions in hooks
    • Soft crash recovery for usermode for better performance on crash
    • Updated QEMU to v9.2.2

What's Changed

Fixes

New Contributors

Full Changelog: https://github.com/AFLplusplus/LibAFL/compare/0.15.1...0.15.2

nix-rust/nix (nix)

v0.30.1

Compare Source

Fixed

v0.30.0

Compare Source

Added
  • Add socket option IPV6_PKTINFO for BSDs/Linux/Android, also IPV6_RECVPKTINFO for DragonFlyBSD (#​2113)
  • Add fcntl's F_PREALLOCATE constant for Apple targets. (#​2393)
  • Improve support for extracting the TTL / Hop Limit from incoming packets and support for DSCP (ToS / Traffic Class). (#​2425)
  • Add socket option IP_TOS (nix::sys::socket::sockopt::IpTos) IPV6_TCLASS (nix::sys::socket::sockopt::Ipv6TClass) on Android/FreeBSD (#​2464)
  • Add SeekData and SeekHole to Whence for hurd and apple targets (#​2473)
  • Add From trait implementation between SocketAddr and Sockaddr, Sockaddr6 (#​2474)
  • Added wrappers for posix_spawn API (#​2475)
  • Add the support for Emscripten. (#​2477)
  • Add fcntl constant F_RDADVISE for Apple target (#​2480)
  • Add fcntl constant F_RDAHEAD for Apple target (#​2482)
  • Add F_LOG2PHYS and F_LOG2PHYS_EXT for Apple target (#​2483)
  • MAP_SHARED_VALIDATE was added for all linux targets. & MAP_SYNC was added for linux with the exclusion of mips architecures, and uclibc (#​2499)
  • Add getregs()/getregset()/setregset() for Linux/musl/aarch64 (#​2502)
  • Add FcntlArgs F_TRANSFEREXTENTS constant for Apple targets (#​2504)
  • Add MapFlags::MAP_STACK in sys::man for netbsd (#​2526)
  • Add support for libc::LOCAL_PEERTOKEN in getsockopt. (#​2529)
  • Add support for syslog, openlog, closelog on all unix. (#​2537)
  • Add the TCP_FUNCTION_BLK sockopt, on FreeBSD. (#​2539)
  • Implements Into<OwnedFd> for PtyMaster/Fanotify/Inotify/SignalFd/TimerFd (#​2548)
  • Add MremapFlags::MREMAP_DONTUNMAP to sys::mman::mremap for linux target. (#​2555)
  • Added sockopt_impl! to the public API. It's now possible for users to define their own sockopts without needing to make a PR to Nix. (#​2556)
  • Add the TCP_FUNCTION_ALIAS sockopt, on FreeBSD. (#​2558)
  • Add sys::mman::MmapAdvise MADV_PAGEOUT, MADV_COLD, MADV_WIPEONFORK, MADV_KEEPONFORK for Linux and Android targets (#​2559)
  • Add socket protocol Sctp, as well as MSG_NOTIFICATION for non-Android Linux targets. (#​2562)
  • Added from_owned_fd constructor to EventFd (#​2563)
  • Add sys::mman::MmapAdvise MADV_POPULATE_READ, MADV_POPULATE_WRITE for Linux and Android targets (#​2565)
  • Added from_owned_fd constructor to PtyMaster/Fanotify/Inotify/SignalFd/TimerFd (#​2566)
  • Added FcntlArg::F_READAHEAD for FreeBSD target (#​2569)
  • Added sockopt::LingerSec for Apple targets (#​2572)
  • Added sockopt::EsclBind for solarish targets (#​2573)
  • Exposed the std::os::fd::AsRawFd trait method for nix::sys::fanotify::Fanotify struct (#​2575)
  • Add support for syslog's setlogmask on all unix. (#​2579)
  • Added Fuchsia support for ioctl. (#​2580)
  • Add `sys::socket::Sock

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.

renovate[bot] avatar Mar 10 '25 02:03 renovate[bot]

Benchmark for da5d7b0

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.00ms 0.00%
unsquashfs/full 10.9±0.18ms 10.5±0.12ms -3.67%
unsquashfs/full-path-filter 7.5±0.15ms 7.3±0.26ms -2.67%
unsquashfs/list 7.6±0.14ms 7.2±0.07ms -5.26%
unsquashfs/list-path-filter 6.9±0.14ms 6.6±0.10ms -4.35%
write_read/netgear_ax6100v2 1403.3±3.19ms 1397.0±8.11ms -0.45%
write_read/tplink_ax1800 8.0±0.10s 8.0±0.09s 0.00%

github-actions[bot] avatar Mar 10 '25 02:03 github-actions[bot]

Benchmark for fd62500

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.03ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.01ms 6.6±0.02ms 0.00%
unsquashfs/full 10.7±0.17ms 10.7±0.18ms 0.00%
unsquashfs/full-path-filter 7.4±0.16ms 7.3±0.08ms -1.35%
unsquashfs/list 7.3±0.06ms 7.5±0.10ms +2.74%
unsquashfs/list-path-filter 6.6±0.16ms 6.6±0.06ms 0.00%
write_read/netgear_ax6100v2 1404.6±3.57ms 1402.4±9.33ms -0.16%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.06s 0.00%

github-actions[bot] avatar Mar 10 '25 22:03 github-actions[bot]

Benchmark for ba13395

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.02ms 6.6±0.00ms 0.00%
unsquashfs/full 10.9±0.28ms 10.9±0.23ms 0.00%
unsquashfs/full-path-filter 7.5±0.32ms 7.5±0.21ms 0.00%
unsquashfs/list 7.5±0.15ms 7.5±0.16ms 0.00%
unsquashfs/list-path-filter 6.8±0.19ms 6.8±0.32ms 0.00%
write_read/netgear_ax6100v2 1423.6±7.49ms 1404.9±6.43ms -1.31%
write_read/tplink_ax1800 8.2±0.08s 8.1±0.02s -1.22%

github-actions[bot] avatar Mar 11 '25 12:03 github-actions[bot]

Benchmark for be706a3

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.05ms 0.00%
unsquashfs/full 10.7±0.12ms 10.7±0.15ms 0.00%
unsquashfs/full-path-filter 7.3±0.05ms 7.3±0.04ms 0.00%
unsquashfs/list 7.5±0.09ms 7.4±0.30ms -1.33%
unsquashfs/list-path-filter 6.6±0.08ms 6.5±0.06ms -1.52%
write_read/netgear_ax6100v2 1408.4±4.68ms 1408.6±8.98ms +0.01%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.02s 0.00%

github-actions[bot] avatar Mar 11 '25 19:03 github-actions[bot]

Benchmark for 285a309

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.01ms 2.6±0.00ms +4.00%
only_read/tplink_ax1800 6.8±0.01ms 6.8±0.02ms 0.00%
unsquashfs/full 10.9±0.14ms 11.0±0.17ms +0.92%
unsquashfs/full-path-filter 7.5±0.08ms 7.6±0.08ms +1.33%
unsquashfs/list 7.5±0.08ms 7.6±0.07ms +1.33%
unsquashfs/list-path-filter 6.7±0.07ms 6.7±0.08ms 0.00%
write_read/netgear_ax6100v2 1441.9±3.64ms 1449.5±1.39ms +0.53%
write_read/tplink_ax1800 8.1±0.03s 8.1±0.02s 0.00%

github-actions[bot] avatar Mar 14 '25 01:03 github-actions[bot]

Benchmark for 13805b0

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.00ms 0.00%
unsquashfs/full 10.9±0.12ms 11.0±0.17ms +0.92%
unsquashfs/full-path-filter 7.4±0.06ms 7.5±0.09ms +1.35%
unsquashfs/list 7.6±0.07ms 7.7±0.21ms +1.32%
unsquashfs/list-path-filter 6.7±0.09ms 6.8±0.08ms +1.49%
write_read/netgear_ax6100v2 1409.0±7.91ms 1404.0±3.72ms -0.35%
write_read/tplink_ax1800 8.0±0.03s 8.0±0.06s 0.00%

github-actions[bot] avatar Mar 17 '25 13:03 github-actions[bot]

Benchmark for 5da8996

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.10ms 6.7±0.01ms +1.52%
unsquashfs/full 10.7±0.14ms 10.7±0.15ms 0.00%
unsquashfs/full-path-filter 7.3±0.05ms 7.4±0.14ms +1.37%
unsquashfs/list 7.5±0.58ms 7.5±0.10ms 0.00%
unsquashfs/list-path-filter 6.6±0.04ms 6.6±0.05ms 0.00%
write_read/netgear_ax6100v2 1397.8±3.84ms 1398.4±4.44ms +0.04%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.02s 0.00%

github-actions[bot] avatar Mar 19 '25 18:03 github-actions[bot]

Benchmark for cc13e34

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.7±0.16ms 10.8±0.15ms +0.93%
unsquashfs/full-path-filter 7.4±0.14ms 7.4±0.07ms 0.00%
unsquashfs/list 7.5±0.10ms 7.5±0.07ms 0.00%
unsquashfs/list-path-filter 6.6±0.07ms 6.6±0.06ms 0.00%
write_read/netgear_ax6100v2 1397.0±1.83ms 1385.8±3.16ms -0.80%
write_read/tplink_ax1800 7.8±0.01s 7.9±0.03s +1.28%

github-actions[bot] avatar Mar 19 '25 23:03 github-actions[bot]

Benchmark for 576dfe4

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.03ms 6.7±0.01ms +1.52%
unsquashfs/full 11.2±0.25ms 10.8±0.19ms -3.57%
unsquashfs/full-path-filter 7.4±0.13ms 7.5±0.10ms +1.35%
unsquashfs/list 7.6±0.16ms 7.8±0.13ms +2.63%
unsquashfs/list-path-filter 6.8±0.28ms 6.7±0.09ms -1.47%
write_read/netgear_ax6100v2 1397.9±10.24ms 1401.9±7.89ms +0.29%
write_read/tplink_ax1800 7.9±0.06s 8.0±0.04s +1.27%

github-actions[bot] avatar Mar 20 '25 15:03 github-actions[bot]

Benchmark for 25e7a29

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.02ms 6.6±0.01ms 0.00%
unsquashfs/full 10.7±0.12ms 10.8±0.22ms +0.93%
unsquashfs/full-path-filter 7.3±0.05ms 7.3±0.07ms 0.00%
unsquashfs/list 7.4±0.06ms 7.5±0.06ms +1.35%
unsquashfs/list-path-filter 6.6±0.05ms 6.6±0.06ms 0.00%
write_read/netgear_ax6100v2 1387.4±6.06ms 1401.2±7.54ms +0.99%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.01s 0.00%

github-actions[bot] avatar Mar 26 '25 22:03 github-actions[bot]

Benchmark for 5cbffd4

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.9±0.19ms 10.7±0.22ms -1.83%
unsquashfs/full-path-filter 7.3±0.05ms 7.3±0.04ms 0.00%
unsquashfs/list 7.4±0.07ms 7.4±0.09ms 0.00%
unsquashfs/list-path-filter 6.5±0.04ms 6.5±0.05ms 0.00%
write_read/netgear_ax6100v2 1391.7±6.92ms 1422.6±8.68ms +2.22%
write_read/tplink_ax1800 8.1±0.05s 7.9±0.09s -2.47%

github-actions[bot] avatar Mar 27 '25 02:03 github-actions[bot]

Benchmark for f8cd222

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.01ms +1.52%
unsquashfs/full 10.7±0.14ms 10.7±0.14ms 0.00%
unsquashfs/full-path-filter 7.3±0.06ms 7.3±0.08ms 0.00%
unsquashfs/list 7.5±0.11ms 7.5±0.12ms 0.00%
unsquashfs/list-path-filter 6.6±0.09ms 6.6±0.08ms 0.00%
write_read/netgear_ax6100v2 1391.6±1.49ms 1391.2±6.57ms -0.03%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.03s 0.00%

github-actions[bot] avatar Mar 29 '25 14:03 github-actions[bot]

Benchmark for b2cd38f

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.01ms +1.52%
unsquashfs/full 10.7±0.34ms 10.8±0.18ms +0.93%
unsquashfs/full-path-filter 7.3±0.06ms 7.4±0.08ms +1.37%
unsquashfs/list 7.5±0.08ms 7.5±0.15ms 0.00%
unsquashfs/list-path-filter 6.6±0.09ms 6.6±0.09ms 0.00%
write_read/netgear_ax6100v2 1402.2±5.60ms 1407.7±6.94ms +0.39%
write_read/tplink_ax1800 7.9±0.03s 8.0±0.05s +1.27%

github-actions[bot] avatar Apr 01 '25 12:04 github-actions[bot]

Benchmark for 4febb0d

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.8±0.16ms 10.9±0.17ms +0.93%
unsquashfs/full-path-filter 7.4±0.10ms 7.4±0.09ms 0.00%
unsquashfs/list 7.5±0.12ms 7.6±0.10ms +1.33%
unsquashfs/list-path-filter 6.6±0.08ms 6.7±0.07ms +1.52%
write_read/netgear_ax6100v2 1395.9±2.64ms 1398.5±4.53ms +0.19%
write_read/tplink_ax1800 7.9±0.04s 7.9±0.05s 0.00%

github-actions[bot] avatar Apr 01 '25 18:04 github-actions[bot]

Benchmark for f33d25a

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.7±0.22ms 10.7±0.15ms 0.00%
unsquashfs/full-path-filter 7.3±0.11ms 7.3±0.10ms 0.00%
unsquashfs/list 7.4±0.13ms 7.4±0.10ms 0.00%
unsquashfs/list-path-filter 6.6±0.16ms 6.6±0.28ms 0.00%
write_read/netgear_ax6100v2 1396.6±7.13ms 1396.4±7.33ms -0.01%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.01s 0.00%

github-actions[bot] avatar Apr 01 '25 22:04 github-actions[bot]

Benchmark for c31665a

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 11.4±0.19ms 11.3±0.22ms -0.88%
unsquashfs/full-path-filter 7.7±0.12ms 7.8±0.15ms +1.30%
unsquashfs/list 7.9±0.21ms 8.0±0.15ms +1.27%
unsquashfs/list-path-filter 7.1±0.11ms 7.0±0.12ms -1.41%
write_read/netgear_ax6100v2 1431.0±9.02ms 1433.5±10.47ms +0.17%
write_read/tplink_ax1800 8.4±0.07s 8.4±0.06s 0.00%

github-actions[bot] avatar Apr 03 '25 22:04 github-actions[bot]

Benchmark for b4521c0

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.7±0.12ms 10.9±0.21ms +1.87%
unsquashfs/full-path-filter 7.3±0.06ms 7.5±0.14ms +2.74%
unsquashfs/list 7.5±0.08ms 7.7±0.14ms +2.67%
unsquashfs/list-path-filter 6.6±0.12ms 6.7±0.10ms +1.52%
write_read/netgear_ax6100v2 1412.0±4.68ms 1408.1±4.92ms -0.28%
write_read/tplink_ax1800 8.0±0.04s 8.0±0.02s 0.00%

github-actions[bot] avatar Apr 08 '25 11:04 github-actions[bot]

Benchmark for b4739f2

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.03ms 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.16ms 10.7±0.17ms -0.93%
unsquashfs/full-path-filter 7.4±0.07ms 7.3±0.15ms -1.35%
unsquashfs/list 7.5±0.11ms 7.5±0.16ms 0.00%
unsquashfs/list-path-filter 6.6±0.10ms 6.6±0.08ms 0.00%
write_read/netgear_ax6100v2 1409.4±7.48ms 1418.6±10.30ms +0.65%
write_read/tplink_ax1800 8.1±0.06s 8.1±0.03s 0.00%

github-actions[bot] avatar Apr 09 '25 12:04 github-actions[bot]

Benchmark for 6ff3853

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.00ms 0.00%
unsquashfs/full 10.5±0.12ms 10.5±0.10ms 0.00%
unsquashfs/full-path-filter 7.2±0.04ms 7.3±0.06ms +1.39%
unsquashfs/list 7.3±0.06ms 7.3±0.14ms 0.00%
unsquashfs/list-path-filter 6.5±0.08ms 6.5±0.02ms 0.00%
write_read/netgear_ax6100v2 1396.0±4.37ms 1405.4±5.33ms +0.67%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.02s 0.00%

github-actions[bot] avatar Apr 11 '25 23:04 github-actions[bot]

Benchmark for 215ae94

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.01ms 6.6±0.01ms 0.00%
unsquashfs/full 10.7±0.19ms 10.7±0.28ms 0.00%
unsquashfs/full-path-filter 7.4±0.06ms 7.3±0.04ms -1.35%
unsquashfs/list 7.4±0.13ms 7.4±0.07ms 0.00%
unsquashfs/list-path-filter 6.7±0.10ms 6.6±0.05ms -1.49%
write_read/netgear_ax6100v2 1402.7±8.18ms 1411.4±15.19ms +0.62%
write_read/tplink_ax1800 8.2±0.06s 8.1±0.03s -1.22%

github-actions[bot] avatar Apr 14 '25 19:04 github-actions[bot]

Benchmark for c4b7c63

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.5±0.11ms 10.5±0.13ms 0.00%
unsquashfs/full-path-filter 7.2±0.05ms 7.2±0.04ms 0.00%
unsquashfs/list 7.3±0.05ms 7.3±0.09ms 0.00%
unsquashfs/list-path-filter 6.5±0.06ms 6.5±0.09ms 0.00%
write_read/netgear_ax6100v2 1399.2±2.51ms 1389.4±2.87ms -0.70%
write_read/tplink_ax1800 8.0±0.01s 8.0±0.01s 0.00%

github-actions[bot] avatar Apr 14 '25 23:04 github-actions[bot]

Benchmark for 44b1f42

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.02ms 6.6±0.01ms 0.00%
unsquashfs/full 10.5±0.14ms 10.5±0.14ms 0.00%
unsquashfs/full-path-filter 7.2±0.06ms 7.2±0.04ms 0.00%
unsquashfs/list 7.3±0.06ms 7.2±0.09ms -1.37%
unsquashfs/list-path-filter 6.5±0.06ms 6.5±0.04ms 0.00%
write_read/netgear_ax6100v2 1402.6±1.29ms 1404.6±5.64ms +0.14%
write_read/tplink_ax1800 8.0±0.04s 8.0±0.02s 0.00%

github-actions[bot] avatar Apr 26 '25 19:04 github-actions[bot]

Benchmark for 4ef766c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.4±0.00ms -4.00%
only_read/tplink_ax1800 6.5±0.03ms 6.5±0.02ms 0.00%
unsquashfs/full 11.1±0.16ms 11.0±0.16ms -0.90%
unsquashfs/full-path-filter 7.5±0.12ms 7.5±0.09ms 0.00%
unsquashfs/list 7.6±0.14ms 7.4±0.15ms -2.63%
unsquashfs/list-path-filter 6.8±0.11ms 6.8±0.07ms 0.00%
write_read/netgear_ax6100v2 1430.7±4.10ms 1439.5±12.56ms +0.62%
write_read/tplink_ax1800 8.5±0.23s 8.3±0.14s -2.35%

github-actions[bot] avatar May 03 '25 04:05 github-actions[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar May 08 '25 02:05 renovate[bot]

Benchmark for 98179c6

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.4±0.00ms 2.4±0.00ms 0.00%
only_read/tplink_ax1800 6.5±0.02ms 6.5±0.00ms 0.00%
unsquashfs/full 10.5±0.13ms 10.4±0.10ms -0.95%
unsquashfs/full-path-filter 7.1±0.12ms 7.1±0.04ms 0.00%
unsquashfs/list 7.2±0.05ms 7.2±0.05ms 0.00%
unsquashfs/list-path-filter 6.4±0.06ms 6.4±0.03ms 0.00%
write_read/netgear_ax6100v2 1399.3±7.24ms 1404.2±2.62ms +0.35%
write_read/tplink_ax1800 8.0±0.02s 8.0±0.02s 0.00%

github-actions[bot] avatar May 08 '25 02:05 github-actions[bot]