Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#734
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v4.2.3v4.3.0
actions/checkout action minor v4.2.2v4.3.1
clap dependencies patch 4.5.544.5.58
clap_complete dependencies patch 4.5.654.5.66
codecov/codecov-action action minor v5.4.2v5.5.2
criterion (source) dev-dependencies patch 0.8.10.8.2
env_logger dev-dependencies patch 0.11.80.11.9
flate2 dependencies patch 1.1.81.1.9
gungraun dev-dependencies patch 0.17.00.17.2
libc dependencies patch 0.2.1800.2.182
libdeflater dev-dependencies patch 1.25.01.25.2
libfuzzer-sys dependencies patch 0.15.30.15.4
lzma-rust2 dependencies minor 0.15.30.16.0
nix dev-dependencies minor 0.30.00.31.0
nix dependencies minor 0.30.00.31.0
obi1kenobi/cargo-semver-checks-action action minor v2.6v2.8
tempfile (source) dev-dependencies minor 3.24.03.25.0
toml dev-dependencies minor 0.80.9

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

clap-rs/clap (clap)

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
codecov/codecov-action (codecov/codecov-action)

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

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

criterion-rs/criterion.rs (criterion)

v0.8.2

Compare Source

Fixed
  • don't build alloca on unsupported targets
Other
  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package
rust-cli/env_logger (env_logger)

v0.11.9

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.9: - upgrade zlib-rs to version 0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9

gungraun/gungraun (gungraun)

v0.17.2

Compare Source

Fixed
  • (#​532): Build on
    docs.rs fails because docs_auto_cfg was removed and merged into docs_cfg in
    version 1.92.0

v0.17.1

Compare Source

Added
  • (#​489): Support
    calling gungraun-runner with arguments --help, -h and --version, -V.
Changed
  • (#​521): Added a
    rustfmt-able syntax for the library_benchmark_group!,
    binary_benchmark_group! and main! macros. Instead of ; using , and an
    array with bracket notation for the list of benchmarks and groups is a syntax
    that rustfmt recognizes and can therefore format properly. The old ; syntax
    is still valid but was replaced with the new one in all docs and examples.
  • Update dependencies
Fixed
  • (#​515): Fix usages
    of --collect-at-start to --collect-atstart in the guide.
  • (#​525): Nested
    benchmark file structures were restricted by the internal usages of
    #[export_name]. These usages were removed and replaced by an improved
    internal structure of the benchmark module.
  • (#​525): Fixed
    possible ambiguous matches of dhat frames and functions when the default entry
    point was used.
  • (#​525): Fixed
    custom dhat frames were only matched when the default entry point was used.
  • (#​530): Fixed rare
    cases of callgrind stats depending on the function name.
  • Fixed dead links in the guide.
rust-lang/libc (libc)

v0.2.182

Compare Source

Added

v0.2.181

Compare Source

Added
  • Apple: Add MADV_ZERO (#​4924)
  • Redox: Add makedev, major, and minor (#​4928)
  • GLibc: Add PTRACE_SET_SYSCALL_INFO (#​4933)
  • OpenBSD: Add more kqueue related constants for (#​4945)
  • Linux: add CAN error types (#​4944)
  • OpenBSD: Add siginfo_t::si_status (#​4946)
  • QNX NTO: Add max_align_t (#​4927)
  • Illumos: Add _CS_PATH (#​4956)
  • OpenBSD: add ppoll (#​4957)
Fixed
  • Breaking: Redox: Fix the type of dev_t (#​4928)
  • AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#​4931)
  • AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#​4931)
  • Glibc: Link old version of tc{g,s}etattr (#​4938)
  • Glibc: Link the correct version of cf{g,s}et{i,o}speed on mips{32,64}r6 (#​4938)
  • OpenBSD: Fix constness of tm.tm_zone (#​4948)
  • OpenBSD: Fix the definition of ptrace_thread_state (#​4947)
  • QuRT: Fix type visibility and defs (#​4932)
  • Redox: Fix values for PTHREAD_MUTEX_{NORMAL, RECURSIVE} (#​4943)
  • Various: Mark additional fields as private padding (#​4922)
Changed
  • Fuchsia: Update SO_* constants (#​4937)
  • Revert "musl: convert inline timespecs to timespec" (resolves build issues on targets only supported by Musl 1.2.3+ ) (#​4958)
libdeflater/libdeflater (libdeflater)

v1.25.2

Compare Source

  • Added Crc::with_initial and Adler32::with_initial constructors (#​52, thanks @​vbe0201).

v1.25.1

Compare Source

  • Implemented the Sync trait for Compressor and Decompressor (#​51, thanks @​vbe0201).
AFLplusplus/LibAFL (libfuzzer-sys)

v0.15.4

Compare Source

Highlights

  • DumpTargetBytesToDiskStage can to dump complex inputs to disk as bytes
  • CmpLog implementation is now consistent with AFL++ to share targets back and forth
  • Updated and fixed ForkserverBytesCoverageSugar and sugar wrappers in general
  • A lot more... :)

What's Changed

New Contributors

Full Changelog: AFLplusplus/LibAFL@0.15.3...0.15.4

hasenbanck/lzma-rust2 (lzma-rust2)

v0.16.1

Compare Source

Fixed
  • Make sure to at least use crc version 3.2. No functional updates or changes compared to v0.16.1

v0.16.0

Compare Source

Fixed
  • Fix compatibility issues with the crc crate by raising MSRV to 1.85. No functional updates or changes compared to
    v0.15.7
nix-rust/nix (nix)

v0.31.1

Compare Source

Added
  • termios: Add definition for IUCLC to supported platforms
    (#​2702)
  • termios: Add definition for XCASE for supported platforms
    (#​2703)

v0.31.0

Compare Source

Added
  • Added the UDP GSO/GRO socket options and CMsgs on Android. This includes the
    following types:

    • UdpGsoSegment
    • UdpGroSegment
    • ControlMessage::UdpGsoSegments
    • ControlMessageOwned::UdpGroSegments

    (#​2666)

  • Define errno EWOULDBLOCK as an alias of EAGAIN to match the AIX libc
    definition. (#​2692)

  • Enable module ifaddrs on GNU Hurd
    (#​2697)

  • Add termios OutputFlags::OFILL for Linux, Android, Aix, Cygwin, Fuchsia,
    Haiku,
    GNU/Hurd, Nto, Redox, Illumos, Solaris and Apple OSes.
    (#​2701)

  • add sync() for cygwin (#​2708)

Changed
Fixed
  • Fixed nix::sys::ptrace::syscall_info, which was not setting the data
    argument properly, causing garbage values to be returned.
    (#​2653)
  • Cast the 'addr' argument of 'madvise()' to '*mut u8' on AIX to match the
    signature in the AIX libc.
    (#​2655)
  • Fixed the Dir module on NTO, Solaris, Hurd, and possibly other platforms.
    The
    d_name field was not copied correctly on those platforms. For some other
    platforms, it could be copied incorrectly for files with very long pathnames.
    (#​2674)
  • Fix the build on Illumos (#​2694)
Removed
  • Removed Eq and PartialEq implementations from SigHandler, because they
    never worked reliably. The suggested alternative is matches!. For
    example:
    let h: SigHandler = ...
    if matches!(h, SigHandler::SigIgn) {
        ...
    }
    ``` ([#​2642](https://redirect.github.com/nix-rust/nix/pull/2642))
    
  • Removed IFF_NOTRAILERS by NetBSD, as it has been removed upstream and from
    libc (#​2724)

[0.30.1] - 2025-05-04

Fixed

[0.30.0] - 2025-04-29

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::SockProtocol::EthIp,
    sys::socket::SockProtocol::EthIpv6,
    sys::socket::SockProtocol::EthLoop
    (#​2581)
  • Add OpenHarmony target into CI and Update documents.
    (#​2599)
  • Added the TcpMaxSeg setsockopt option for apple targets
    (#​2603)
  • Add FilAttach and FilDetach to socket::sockopt for Illumos
    (#​2611)
  • Add PeerPidfd (SO_PEERPIDFD) to socket::sockopt for Linux
    (#​2620)
  • Added socket::sockopt::AttachReusePortCbpf for Linux
    (#​2621)
  • Add ptrace::syscall_info for linux/glibc
    (#​2627)
Changed
  • Module sys/signal now adopts I/O safety
    (#​1936)
  • Change the type of the name argument of memfd_create() from &CStr to
    <P: NixPath>(name: &P) (#​2431)
  • Public interfaces in fcntl.rs and dir.rs now use I/O-safe types.
    (#​2434)
  • Module sys/stat now adopts I/O safety.
    (#​2439)
  • Module unistd now adopts I/O safety.
    (#​2440)
  • Module sys/fanotify now adopts I/O safety
    (#​2443)
  • Socket option IpTos has been renamed to Ipv4Tos, the old symbol is
    deprecated since 0.30.0 (#​2465)
  • Rename Flags EventFlag to EvFlags, and MemFdCreateFlag to MFdFlags
    (#​2476)
  • Made nix::sys::socket::UnknownCmsg public and more readable
    (#​2520)
  • recvmsg: take slice for cmsg_buffer instead of Vec
    (#​2524)
  • linkat: allow distinct types for path arguments
    (#​2582)
Fixed
  • Disable unsupported signals on sparc-linux
    (#​2454)
  • Fix cmsg_len() return type on OpenHarmony
    (#​2456)
  • The ns argument of sys::prctl::set_timerslack() should be of type
    c_ulong (#​2505)
  • Properly exclude NUL characters from OSStrings returned by getsockopt.
    (#​2557)
  • Fixes the build on OpenHarmony
    (#​2587)
Removed
  • Type SigevNotify is no longer PartialEq, Eq and Hash due to the use
    of BorrowedFd (#​1936)
  • EventFd::defuse() is removed because it does nothing, EventFd::arm() is
    also removed for symmetry reasons.
    (#​2452)
  • Removed the Copy trait from PollFd
    (#​2631)

[0.29.0] - 2024-05-24

Added
  • Add getregset()/setregset() for Linux/glibc/x86/x86_64/aarch64/riscv64 and
    getregs()/setregs() for Linux/glibc/aarch64/riscv64
    (#​2044)
  • Add socket option Ipv6Ttl for apple targets.
    (#​2287)
  • Add socket option UtunIfname.
    (#​2325)
  • make SigAction repr(transparent) & can be converted to the libc raw type
    (#​2326)
  • Add From trait implementation for conversions between sockaddr_in and
    SockaddrIn, sockaddr_in6 and SockaddrIn6
    (#​2328)
  • Add socket option ReusePortLb for FreeBSD.
    (#​2332)
  • Added support for openat2 on linux.
    (#​2339)
  • Add if_indextoname function.
    (#​2340)
  • Add mount and unmount API for apple targets.
    (#​2347)
  • Added _PC_MIN_HOLE_SIZE for pathconf and fpathconf.
    (#​2349)
  • Added impl AsFd for pty::PtyMaster
    (#​2355)
  • Add open flag O_SEARCH to AIX, Empscripten, FreeBSD, Fuchsia, solarish,
    WASI (#​2374)
  • Add prctl function prctl_set_vma_anon_name for Linux/Android.
    (#​2378)
  • Add sync(2) for apple_targets/solarish/haiku/aix/hurd, syncfs(2) for
    hurd and fdatasync(2) for aix/hurd
    (#​2379)
  • Add fdatasync support for Apple targets.
    (#​2380)
  • Add fcntl::OFlag::O_PATH for FreeBSD and Fuchsia
    (#​2382)
  • Added PathconfVar::MIN_HOLE_SIZE for apple_targets.
    (#​2388)
  • Add open flag O_SEARCH to apple_targets
    (#​2391)
  • O_DSYNC may now be used with aio_fsync and fcntl on FreeBSD.
    (#​2404)
  • Added Flock::relock for upgrading and downgrading locks.
    (#​2407)
Changed
  • Change the ForkptyResult type to the following repr so that the
    uninitialized
    master field won't be accessed in the child process:

    pub enum ForkptyResult {
        Parent {
            child: Pid,
            master: OwnedFd,
        },
        Child,
    }
    ``` ([#&#8203;2315](https://redirect.github.com/nix-rust/nix/pull/2315))
  • Updated cfg_aliases dependency from version 0.1 to 0.2
    (#​2322)

  • Change the signature of ptrace::write and ptrace::write_user to make them
    safe (#​2324)

  • Allow use of SignalFd through shared reference

    Like with many other file descriptors, concurrent use of signalfds is safe.
    Changing the signal mask of and reading signals from a signalfd can now be
    done
    with the SignalFd API even if other references to it exist.
    (#​2367)

  • Changed tee, splice and vmsplice RawFd arguments to AsFd.
    (#​2387)

  • Added I/O safety to the sys/aio module. Most functions that previously
    accepted a AsRawFd argument now accept an AsFd instead.
    (#​2401)

  • RecvMsg::cmsgs() now returns a Result, and checks that cmsgs were not
    truncated. (#​2413)

Fixed
  • No longer panics when the fanotify queue overflows.
    (#​2399)
  • Fixed ControlMessageOwned::UdpGroSegments wrapped type from u16 to i32 to
    reflect the used kernel's one.
    (#​2406)

[0.28.0] - 2024-02-24

Added
  • Added mkdtemp wrapper (#​1297)

  • Add associated constants UTIME_OMIT UTIME_NOW for TimeSpec
    (#​1879)

  • Added EventFd type. (#​1945)

    • Added impl From<Signal> for SigSet.
    • Added impl std::ops::BitOr for SigSet.
    • Added impl std::ops::BitOr for Signal.
    • Added impl std::ops::BitOr<Signal> for SigSet

    (#​1959)

  • Added TlsGetRecordType control message type and corresponding enum for
    linux (#​2065)

  • Added Ipv6HopLimit to ::nix::sys::socket::ControlMessage for Linux,
    MacOS, FreeBSD, DragonflyBSD, Android, iOS and Haiku.
    (#​2074)

  • Added Icmp and IcmpV6 to SockProtocol
    (#​2103)

  • Added rfork support for FreeBSD in unistd
    (#​2121)

  • Added MapFlags::map_hugetlb_with_size_log2 method for Linux targets
    (#​2125)

  • Added mmap_anonymous function
    (#​2127)

  • Added mips32r6 and mips64r6 support for signal, ioctl and ptrace
    (#​2138)

  • Added F_GETPATH FcntlFlags entry on Apple/NetBSD/DragonflyBSD for
    ::nix::fcntl. (#​2142)

  • Added F_KINFO FcntlFlags entry on FreeBSD for ::nix::fcntl.
    (#​2152)

  • Added F_GETPATH_NOFIRMLINK and F_BARRIERFSYNC FcntlFlags entry
    on Apple for ::nix::fcntl.
    (#​2155)

  • Added newtype Flock to automatically unlock a held flock upon drop.
    Added Flockable trait to represent valid types for Flock.
    (#​2170)

  • Added SetSockOpt impls to enable Linux Kernel TLS on a TCP socket and to
    import TLS parameters. (#​2175)

    • Added the ::nix::sys::socket::SocketTimestamp enum for configuring the
      TsClock (a.k.a SO_TS_CLOCK) sockopt
    • Added FreeBSD's ScmRealtime and ScmMonotonic as new options in
      ::nix::sys::socket::ControlMessageOwned

    (#​2187)

  • Added new fanotify API: wrappers for fanotify_init and fanotify_mark
    (#​2194)

  • Added SpecialCharacterindices support for haiku.
    (#​2195)

  • Added sys::sendfile support for solaris/illumos.
    (#​2198)

  • impl Display for InterfaceFlags
    (#​2206)

  • Added sendfilev in sys::sendfile for solarish
    (#​2207)

  • Added fctrl::SealFlag::F_SEAL_FUTURE_WRITE
    (#​2213)

  • Added Ipv6MulticastHops as socket option to set and read.
    (#​2234)

  • Enable ControlMessageOwned::Ipv4RecvIf and
    ControlMessageOwned::Ipv4RecvDstAddr for DragonFlyBSD
    (#​2240)

  • ClockId::set_time() and time::clock_settime() are now enabled on macOS
    (#​2241)

  • Added IpBindAddressNoPort sockopt to support IP_BIND_ADDRESS_NO_PORT
    available on linux. (#​2244)

  • Enable MapFlags::map_hugetlb_with_size_log2 method for Android/Fuchsia
    (#​2245)

  • Added TcpFastOpenConnect sockopt to support TCP_FASTOPEN_CONNECT
    available on linux. (#​2247)

  • Add reboot(2) for OpenBSD/NetBSD
    (#​2251)

  • Added new MemFdCreateFlag constants to sys::memfd on Linux and Android
    related to hugetlbfs support.
    (#​2252)

  • Expose the inner fd of Kqueue through:

    • impl AsFd for Kqueue
    • impl From<Kqueue> for OwnedFd

    (#​2258)

  • Added sys::eventfd support on FreeBSD
    (#​2259)

  • Added MmapFlags::MAP_FIXED constant in sys::mman for netbsd and openbsd
    (#​2260)

  • Added the SO_LISTENQLIMIT sockopt.
    (#​2263)

  • Enable the AT_EMPTY_PATH flag for the fchownat() function
    (#​2267)

  • Add AtFlags::AT_EMPTY_PATH for FreeBSD and Hurd
    (#​2270)

  • Enable `OFlag::O_DIRECTORY for Solarish
    (#​2275)

  • Added the Backlog wrapper type for the listen call.
    (#​2276)

  • Add clock_nanosleep() (#​2277)

  • Enabled O_DIRECT in fcntl::OFlags for solarish
    (#​2278)

  • Added a new API sigsuspend.
    (#​2279)

    • Added errno::Errno::set function
    • Added errno::Errno::set_raw function
    • Added errno::Errno::last_raw function
    • Added errno::Errno::from_raw function

    (#​2283)

  • Enable the AT_EMPTY_PATH flag for the linkat() function
    (#​2284)

  • Enable unistd::{sync, syncfs} for Android
    (#​2296)

Changed
  • poll now takes PollTimeout replacing libc::c_int.
    (#​1876)
  • Deprecated sys::eventfd::eventfd.
    (#​1945)
  • mmap, mmap_anonymous, munmap, mremap, madvise, msync, mprotect,
    munlock and mlock updated to use NonNull.
    (#​2000)
  • mmap function now accepts F instead of Option<F>
    (#​2127)
  • PollFd::new now takes a BorrowedFd argument, with relaxed lifetime
    requirements relative to the previous version

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.

@github-actions github-actions bot added A-CI GitHub Action A-backhand-cli labels Jul 7, 2025
@github-actions
Copy link

github-actions bot commented Jul 7, 2025

Benchmark for 521bc6d

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1976.3±3.82µs 1985.2±1.32µs +0.45%
only_read/tplink_ax1800 5.3±0.01ms 5.3±0.05ms 0.00%
unsquashfs/full 10.0±0.21ms 9.9±0.12ms -1.00%
unsquashfs/full-path-filter 6.6±0.10ms 6.7±0.03ms +1.52%
unsquashfs/list 6.7±0.05ms 6.7±0.12ms 0.00%
unsquashfs/list-path-filter 5.9±0.05ms 5.9±0.05ms 0.00%
write_read/netgear_ax6100v2 1360.4±3.56ms 1343.7±3.41ms -1.23%
write_read/tplink_ax1800 7.7±0.03s 7.6±0.02s -1.30%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d5719f to 0ab9b16 Compare July 9, 2025 23:01
@github-actions
Copy link

github-actions bot commented Jul 9, 2025

Benchmark for 6f47082

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1978.8±12.71µs 1984.2±2.92µs +0.27%
only_read/tplink_ax1800 5.3±0.01ms 5.3±0.16ms 0.00%
unsquashfs/full 10.4±0.17ms 10.4±0.14ms 0.00%
unsquashfs/full-path-filter 6.9±0.06ms 6.9±0.05ms 0.00%
unsquashfs/list 6.9±0.06ms 6.9±0.07ms 0.00%
unsquashfs/list-path-filter 6.1±0.06ms 6.1±0.12ms 0.00%
write_read/netgear_ax6100v2 1369.7±3.50ms 1364.8±6.43ms -0.36%
write_read/tplink_ax1800 7.8±0.02s 7.8±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ab9b16 to 5b887eb Compare July 10, 2025 01:07
@github-actions
Copy link

Benchmark for 52c6931

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1977.3±13.98µs 1977.2±1.42µs -0.01%
only_read/tplink_ax1800 5.3±0.01ms 5.2±0.01ms -1.89%
unsquashfs/full 10.0±0.18ms 10.1±0.21ms +1.00%
unsquashfs/full-path-filter 6.7±0.13ms 6.8±0.18ms +1.49%
unsquashfs/list 6.8±0.19ms 6.7±0.07ms -1.47%
unsquashfs/list-path-filter 6.0±0.12ms 6.0±0.13ms 0.00%
write_read/netgear_ax6100v2 1354.6±9.25ms 1384.6±8.81ms +2.21%
write_read/tplink_ax1800 7.6±0.02s 7.8±0.02s +2.63%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b887eb to 9b195f3 Compare July 12, 2025 05:13
@github-actions
Copy link

Benchmark for 779dd31

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1976.0±1.78µs 1980.3±7.55µs +0.22%
only_read/tplink_ax1800 5.3±0.01ms 5.2±0.02ms -1.89%
unsquashfs/full 10.2±0.17ms 10.3±0.25ms +0.98%
unsquashfs/full-path-filter 6.8±0.14ms 6.8±0.10ms 0.00%
unsquashfs/list 6.9±0.14ms 6.8±0.10ms -1.45%
unsquashfs/list-path-filter 6.0±0.07ms 6.0±0.12ms 0.00%
write_read/netgear_ax6100v2 1367.4±5.69ms 1387.6±2.71ms +1.48%
write_read/tplink_ax1800 7.8±0.04s 7.9±0.03s +1.28%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b195f3 to feee18b Compare July 25, 2025 11:35
@github-actions
Copy link

Benchmark for 7ca32c4

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1980.9±1.65µs 1980.1±3.25µs -0.04%
only_read/tplink_ax1800 5.3±0.00ms 5.2±0.01ms -1.89%
unsquashfs/full 10.0±0.09ms 10.0±0.10ms 0.00%
unsquashfs/full-path-filter 6.7±0.05ms 6.7±0.05ms 0.00%
unsquashfs/list 6.8±0.12ms 6.7±0.03ms -1.47%
unsquashfs/list-path-filter 6.0±0.05ms 6.0±0.04ms 0.00%
write_read/netgear_ax6100v2 1368.9±2.00ms 1368.5±2.75ms -0.03%
write_read/tplink_ax1800 7.7±0.00s 7.8±0.01s +1.30%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from feee18b to 86ad339 Compare July 30, 2025 06:40
@github-actions
Copy link

Benchmark for da01535

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1982.7±6.45µs 1976.8±1.59µs -0.30%
only_read/tplink_ax1800 5.3±0.01ms 5.2±0.01ms -1.89%
unsquashfs/full 10.0±0.20ms 10.0±0.12ms 0.00%
unsquashfs/full-path-filter 6.7±0.04ms 6.7±0.03ms 0.00%
unsquashfs/list 6.7±0.04ms 6.7±0.04ms 0.00%
unsquashfs/list-path-filter 6.0±0.04ms 6.0±0.03ms 0.00%
write_read/netgear_ax6100v2 1359.1±3.87ms 1346.3±5.37ms -0.94%
write_read/tplink_ax1800 7.7±0.01s 7.7±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86ad339 to b091d45 Compare July 30, 2025 10:42
@github-actions
Copy link

Benchmark for e2bd8df

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.01ms 2.0±0.00ms 0.00%
only_read/tplink_ax1800 5.4±0.02ms 5.4±0.01ms 0.00%
unsquashfs/full 10.3±0.14ms 10.3±0.12ms 0.00%
unsquashfs/full-path-filter 7.0±0.08ms 7.0±0.09ms 0.00%
unsquashfs/list 6.9±0.10ms 6.9±0.09ms 0.00%
unsquashfs/list-path-filter 6.2±0.10ms 6.2±0.12ms 0.00%
write_read/netgear_ax6100v2 1419.4±8.04ms 1412.6±4.65ms -0.48%
write_read/tplink_ax1800 8.0±0.02s 8.0±0.00s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b091d45 to ef3a279 Compare August 6, 2025 16:59
@github-actions
Copy link

github-actions bot commented Aug 6, 2025

Benchmark for 131402c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1972.8±1.33µs 1981.3±2.83µs +0.43%
only_read/tplink_ax1800 5.2±0.01ms 5.2±0.00ms 0.00%
unsquashfs/full 10.2±0.18ms 10.4±0.19ms +1.96%
unsquashfs/full-path-filter 6.9±0.18ms 6.8±0.07ms -1.45%
unsquashfs/list 6.8±0.08ms 6.9±0.12ms +1.47%
unsquashfs/list-path-filter 6.0±0.05ms 6.1±0.27ms +1.67%
write_read/netgear_ax6100v2 1386.2±10.52ms 1394.0±5.08ms +0.56%
write_read/tplink_ax1800 7.8±0.04s 8.0±0.07s +2.56%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef3a279 to 4ce55dc Compare August 7, 2025 14:32
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

Benchmark for 7716ab3

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1979.9±3.54µs 1987.1±1.24µs +0.36%
only_read/tplink_ax1800 5.3±0.01ms 5.3±0.04ms 0.00%
unsquashfs/full 10.4±0.20ms 10.1±0.10ms -2.88%
unsquashfs/full-path-filter 6.9±0.16ms 6.9±0.12ms 0.00%
unsquashfs/list 7.1±0.25ms 7.4±0.20ms +4.23%
unsquashfs/list-path-filter 6.2±0.16ms 6.5±0.13ms +4.84%
write_read/netgear_ax6100v2 1416.2±23.31ms 1369.3±7.67ms -3.31%
write_read/tplink_ax1800 8.0±0.04s 7.9±0.04s -1.25%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ce55dc to 691bda9 Compare August 8, 2025 00:50
@github-actions
Copy link

github-actions bot commented Aug 8, 2025

Benchmark for 594deb6

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1986.3±7.98µs 1982.6±3.15µs -0.19%
only_read/tplink_ax1800 5.2±0.00ms 5.3±0.09ms +1.92%
unsquashfs/full 9.9±0.10ms 10.0±0.15ms +1.01%
unsquashfs/full-path-filter 6.7±0.05ms 6.8±0.06ms +1.49%
unsquashfs/list 6.7±0.06ms 6.8±0.06ms +1.49%
unsquashfs/list-path-filter 6.0±0.04ms 6.1±0.15ms +1.67%
write_read/netgear_ax6100v2 1394.6±2.06ms 1357.4±2.00ms -2.67%
write_read/tplink_ax1800 8.0±0.04s 7.8±0.07s -2.50%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 691bda9 to 47dd6ec Compare August 11, 2025 08:44
@github-actions
Copy link

Benchmark for 56fe404

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1984.1±2.02µs 1983.1±3.40µs -0.05%
only_read/tplink_ax1800 5.2±0.01ms 5.2±0.00ms 0.00%
unsquashfs/full 9.9±0.08ms 10.2±0.10ms +3.03%
unsquashfs/full-path-filter 6.7±0.05ms 6.8±0.07ms +1.49%
unsquashfs/list 6.8±0.05ms 6.9±0.07ms +1.47%
unsquashfs/list-path-filter 6.0±0.04ms 6.1±0.07ms +1.67%
write_read/netgear_ax6100v2 1440.9±12.47ms 1363.6±5.81ms -5.36%
write_read/tplink_ax1800 7.9±0.05s 7.7±0.01s -2.53%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47dd6ec to a03607b Compare August 11, 2025 13:04
@github-actions
Copy link

Benchmark for d7fb028

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1978.2±1.69µs 1991.5±1.87µs +0.67%
only_read/tplink_ax1800 5.2±0.01ms 5.3±0.02ms +1.92%
unsquashfs/full 10.0±0.18ms 10.0±0.17ms 0.00%
unsquashfs/full-path-filter 6.7±0.10ms 6.7±0.05ms 0.00%
unsquashfs/list 6.9±0.23ms 6.8±0.07ms -1.45%
unsquashfs/list-path-filter 6.0±0.12ms 6.2±0.23ms +3.33%
write_read/netgear_ax6100v2 1406.7±10.70ms 1375.6±10.65ms -2.21%
write_read/tplink_ax1800 7.9±0.04s 7.8±0.03s -1.27%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a03607b to dac3bfe Compare August 11, 2025 22:21
@github-actions
Copy link

Benchmark for ce45433

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1984.1±2.11µs 1989.4±2.88µs +0.27%
only_read/tplink_ax1800 5.3±0.04ms 5.3±0.01ms 0.00%
unsquashfs/full 11.0±0.16ms 10.5±0.16ms -4.55%
unsquashfs/full-path-filter 7.2±0.17ms 7.0±0.14ms -2.78%
unsquashfs/list 7.1±0.18ms 7.3±0.16ms +2.82%
unsquashfs/list-path-filter 6.4±0.15ms 6.4±0.14ms 0.00%
write_read/netgear_ax6100v2 1467.9±12.55ms 1416.2±11.20ms -3.52%
write_read/tplink_ax1800 8.5±0.16s 8.0±0.09s -5.88%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dac3bfe to 201859a Compare August 12, 2025 00:24
@github-actions
Copy link

Benchmark for 655ebf9

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 1979.4±1.90µs 1982.5±1.28µs +0.16%
only_read/tplink_ax1800 5.2±0.01ms 5.3±0.02ms +1.92%
unsquashfs/full 10.1±0.15ms 10.1±0.10ms 0.00%
unsquashfs/full-path-filter 6.8±0.09ms 6.8±0.07ms 0.00%
unsquashfs/list 7.0±0.21ms 6.9±0.09ms -1.43%
unsquashfs/list-path-filter 6.0±0.06ms 6.1±0.06ms +1.67%
write_read/netgear_ax6100v2 1393.3±7.11ms 1374.1±3.39ms -1.38%
write_read/tplink_ax1800 7.9±0.03s 7.8±0.04s -1.27%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83ab744 to a5514de Compare December 7, 2025 20:31
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

Benchmark for f15c1f6

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.02ms 2.1±0.01ms +5.00%
only_read/tplink_ax1800 5.4±0.01ms 5.4±0.01ms 0.00%
unsquashfs/full 10.4±0.14ms 10.4±0.24ms 0.00%
unsquashfs/full-path-filter 6.9±0.09ms 7.0±0.28ms +1.45%
unsquashfs/list 7.5±0.28ms 7.4±0.12ms -1.33%
unsquashfs/list-path-filter 6.4±0.08ms 6.5±0.11ms +1.56%
write_read/netgear_ax6100v2 1438.5±18.42ms 1426.0±11.51ms -0.87%
write_read/tplink_ax1800 8.1±0.04s 8.1±0.03s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5514de to 5630db6 Compare December 9, 2025 07:00
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Benchmark for 7940b41

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.1±0.01ms 2.0±0.00ms -4.76%
only_read/tplink_ax1800 5.4±0.07ms 5.4±0.02ms 0.00%
unsquashfs/full 10.2±0.34ms 10.1±0.07ms -0.98%
unsquashfs/full-path-filter 6.8±0.08ms 6.8±0.05ms 0.00%
unsquashfs/list 7.2±0.04ms 7.1±0.04ms -1.39%
unsquashfs/list-path-filter 6.3±0.03ms 6.3±0.28ms 0.00%
write_read/netgear_ax6100v2 1400.2±2.85ms 1402.4±3.76ms +0.16%
write_read/tplink_ax1800 7.9±0.01s 8.0±0.02s +1.27%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5630db6 to 8132685 Compare December 9, 2025 20:00
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Benchmark for 08d3512

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.00ms 2.0±0.00ms 0.00%
only_read/tplink_ax1800 5.4±0.00ms 5.4±0.01ms 0.00%
unsquashfs/full 10.2±0.19ms 10.2±0.08ms 0.00%
unsquashfs/full-path-filter 6.8±0.04ms 6.8±0.09ms 0.00%
unsquashfs/list 7.2±0.06ms 7.2±0.10ms 0.00%
unsquashfs/list-path-filter 6.3±0.02ms 6.3±0.03ms 0.00%
write_read/netgear_ax6100v2 1405.2±4.58ms 1408.3±2.96ms +0.22%
write_read/tplink_ax1800 8.0±0.02s 8.0±0.02s 0.00%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8132685 to 509b861 Compare December 16, 2025 19:16
@github-actions
Copy link

Benchmark for 67462ce

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.1±0.00ms 2.0±0.00ms -4.76%
only_read/tplink_ax1800 5.5±0.00ms 5.4±0.01ms -1.82%
unsquashfs/full 10.6±0.25ms 10.2±0.18ms -3.77%
unsquashfs/full-path-filter 7.2±0.38ms 6.9±0.25ms -4.17%
unsquashfs/list 7.7±0.23ms 7.3±0.26ms -5.19%
unsquashfs/list-path-filter 6.6±0.22ms 6.5±0.19ms -1.52%
write_read/netgear_ax6100v2 1419.7±27.60ms 1430.0±21.57ms +0.73%
write_read/tplink_ax1800 8.2±0.14s 8.3±0.16s +1.22%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 509b861 to d9ff696 Compare December 18, 2025 14:57
@github-actions
Copy link

Benchmark for 4f7fe0b

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.1±0.00ms 2.0±0.00ms -4.76%
only_read/tplink_ax1800 5.4±0.00ms 5.4±0.00ms 0.00%
unsquashfs/full 10.2±0.18ms 10.1±0.07ms -0.98%
unsquashfs/full-path-filter 6.7±0.03ms 6.7±0.03ms 0.00%
unsquashfs/list 7.1±0.05ms 7.1±0.04ms 0.00%
unsquashfs/list-path-filter 6.2±0.03ms 6.2±0.04ms 0.00%
write_read/netgear_ax6100v2 1382.3±3.82ms 1377.8±2.13ms -0.33%
write_read/tplink_ax1800 7.9±0.01s 7.8±0.01s -1.27%

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9ff696 to b74a1ba Compare December 22, 2025 04:05
@github-actions github-actions bot added the A-tests bakchand-tests label Dec 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4e8face to fc6a660 Compare December 30, 2025 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c63b398 to a8be8bf Compare January 4, 2026 15:52
@renovate
Copy link
Contributor Author

renovate bot commented Jan 4, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backhand-cli/Cargo.toml --package libc@0.2.180 --precise 0.2.182
    Updating crates.io index
error: failed to select a version for the requirement `libc = "=0.2.180"`
candidate versions found which didn't match: 0.2.182
location searched: crates.io index
required by package `nix v0.31.1`
    ... which satisfies dependency `nix = "^0.31.0"` (locked to 0.31.1) of package `backhand-cli v0.24.1 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-cli)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backhand-test/Cargo.toml --package toml@0.8.23 --precise 0.9.12
    Updating crates.io index
error: failed to select a version for the requirement `toml = "^0.8.19"`
candidate versions found which didn't match: 0.9.12+spec-1.1.0
location searched: crates.io index
required by package `test-assets-ureq v0.6.0`
    ... which satisfies dependency `test-assets-ureq = "^0.6.0"` (locked to 0.6.0) of package `backhand-cli v0.24.1 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-cli)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backhand/Cargo.toml --package toml@0.8.23 --precise 0.9.12
    Updating crates.io index
error: failed to select a version for the requirement `toml = "^0.8.19"`
candidate versions found which didn't match: 0.9.12+spec-1.1.0
location searched: crates.io index
required by package `test-assets-ureq v0.6.0`
    ... which satisfies dependency `test-assets-ureq = "^0.6.0"` (locked to 0.6.0) of package `backhand-cli v0.24.1 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-cli)`

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 86c785b to 09cb785 Compare January 9, 2026 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 81b23f7 to 68ebd4b Compare January 22, 2026 13:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 22, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68ebd4b to 3ff34df Compare February 10, 2026 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ff34df to b62c059 Compare February 12, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants