Skip to content

Update all non-major dependencies#734

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

Update all non-major dependencies#734
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
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
assert_cmd dev-dependencies minor 2.1.22.2.1
clap dependencies minor 4.5.584.6.1
clap_complete dependencies minor 4.5.664.6.4
codecov/codecov-action action minor v5.4.2v5.5.4
console dependencies patch 0.16.20.16.3
env_logger dev-dependencies patch 0.11.90.11.10
fastrand dev-dependencies minor 2.3.02.4.1
gungraun dev-dependencies minor 0.17.00.18.0
indicatif dependencies patch 0.18.30.18.4
liblzma dependencies patch 0.4.50.4.6
lz4_flex dependencies minor 0.12.00.13.0
lzma-rust2 dependencies patch 0.16.10.16.2
nix dev-dependencies minor 0.30.00.31.0
nix dependencies minor 0.30.00.31.0
no_std_io2 dependencies patch 0.9.30.9.4
obi1kenobi/cargo-semver-checks-action action minor v2.6v2.9
rayon dependencies minor 1.11.01.12.0
tempfile (source) dev-dependencies minor 3.25.03.27.0
test-log dev-dependencies patch 0.2.190.2.20
toml dev-dependencies minor 0.80.9
tracing-subscriber (source) dev-dependencies patch 0.3.220.3.23
tracing-subscriber (source) dependencies patch 0.3.220.3.23

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

assert-rs/assert_cmd (assert_cmd)

v2.2.1

Compare Source

Internal
  • Dependency update

v2.2.0

Compare Source

Compatibility
  • Change cargo_bin bad paths to panics

v2.1.3

Compare Source

Fixes
  • Un-deprecate cargo_bin
clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands
codecov/codecov-action (codecov/codecov-action)

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

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

console-rs/console (console)

v0.16.3

Compare Source

What's Changed

rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies
smol-rs/fastrand (fastrand)

v2.4.1

Compare Source

  • Fix build failure with js feature. (#​125)

v2.4.0

Compare Source

  • Bump MSRV to 1.63. (#​104)
  • Improve quality of f32/f64 generation. (#​103)
  • Add f{32,64}_inclusive and Rng::f{32,64}_inclusive. (#​103)
  • Make Rng::with_seed const. (#​107)
  • Update getrandom to 0.3. (#​104)
gungraun/gungraun (gungraun)

v0.18.2

Compare Source

Changed
  • (#​604): Extraction of the
    valgrind-requests package from the gungraun package. For the gungraun
    package this is purely cosmetic and doesn't introduce api changes.
  • Update dependencies
Fixed
  • Small documentation fixes in the libraries and guide across multiple prs:
    Typos, capitalization, wrong indentation in code blocks, ...

v0.18.1

Compare Source

Fixed
  • (#​588): Fix thread pool
    causing excessive CPU usage and slowdown when using multiple benchmark groups.
    Thread pools were not being properly shut down leaving worker threads stuck in
    hot loops.

v0.18.0

Compare Source

Added
  • (#​565): --parallel CLI
    option and environment variable GUNGRAUN_PARALLEL to run benchmarks in
    parallel. max_parallel parameter in library_benchmark_group! and
    binary_benchmark_group! to be able to limit parallelism by benchmark group.
  • (#​575): Support const
    generic parameters in benchmark functions
  • (#​583): Support a custom
    valgrind runner with command-line arguments:
    • --valgrind-runner (env: GUNGRAUN_VALGRIND_RUNNER) option to run
      Valgrind through a container or alternative execution environment.
    • --valgrind-runner-args (env: GUNGRAUN_VALGRIND_RUNNER_ARGS) to pass
      additional arguments to the custom runner with support for environment
      variable interpolation using ${VAR} syntax.
    • --valgrind-bin (env: GUNGRAUN_VALGRIND_BIN) to specify a Valgrind
      executable path.
    • --valgrind-runner-dest (env: GUNGRAUN_VALGRIND_RUNNER_DEST) to
      override the destination directory for Valgrind output files.
    • --valgrind-runner-root (env: GUNGRAUN_VALGRIND_RUNNER_ROOT) to
      override the workspace root directory path.
    • Expose environment variables GUNGRAUN_VR_DEST_DIR, GUNGRAUN_VR_HOME,
      GUNGRAUN_VR_WORKSPACE_ROOT, GUNGRAUN_ALLOW_ASLR for custom valgrind
      runners.
  • (#​583): Customize environment
    variables on the command-line with:
    • --env-clear (env: GUNGRAUN_ENV_CLEAR) CLI argument to control
      environment variable clearing behavior for benchmarks.
    • --envs CLI argument to pass environment variables to benchmarks from the
      command line (supports both passthrough --envs=VAR and explicit
      --envs=VAR=value).
  • (#​585): gungraun::prelude
    module for convenient importing of commonly used items: library_benchmark,
    library_benchmark_group, binary_benchmark, binary_benchmark_group,
    main!, LibraryBenchmarkConfig, BinaryBenchmarkConfig, and Command.
Changed
  • (#​565): Improved performance
    of serial benchmark execution:
    • Execute the benchmark and then process and print the data while already
      executing the next benchmark.
    • By using a temporary directory for the new Valgrind data which most likely
      is an in-memory file system like tmpfs
  • (#​565): Output format
    changes: Consts arguments are shown in the DESCRIPTION of the the benchmark
    output module::path id:DESCRIPTION in brackets in addition to the normal
    benchmark function arguments (file::group::func id:<A, B>(arg1, arg2)). To
    keep the output format consistent, the description now shows arguments always
    in parentheses even when no consts were given (a::b::c id:(arg1, arg2)).
    Additionally, binary benchmarks without an id now separate the DESCRIPTION
    from the module path with a : as in a::b::c :DESCRIPTION.
  • (#​583): --bbv-args,
    --cachegrind-args, --callgrind-args, --dhat-args, --drd-args,
    --helgrind-args, --massif-args, --memcheck-args, --valgrind-args now
    support specifying Valgrind arguments without the -- flag for convenience.
    For example: --callgrind-args='toggle-collect=some::*' instead of
    --callgrind-args='--toggle-collect=some::*'
  • Update, fix and improve the guide and other documentation in various PRs:
    Added missing documentation, fixed typos, ...
  • Update dependencies
Removed
  • (#​565): Discarded printing of
    log file content with log level: info.
Fixed
  • (#​583): --bbv-args,
    --cachegrind-args, --callgrind-args, --dhat-args, --drd-args,
    --helgrind-args, --massif-args, --memcheck-args, --valgrind-args are
    now parsing multiple space separated argument lists correctly and split them
    according to POSIX shell arguments.
  • (#​584): Various small fixes
    and improvements to the --help output. Changed the ordering of some --flags
    to group them according to similar functionality. Especially, the short help
    -h is now fixed and shows a quick summary of the long --help output
    instead of the long help itself.
  • (#​584): Added --no-capture
    and --no-summary as aliases for --nocapture and --nosummary. Ignore
    --fail-fast of the original rust test harness.
console-rs/indicatif (indicatif)

v0.18.4

Compare Source

What's Changed

portable-network-archive/liblzma-rs (liblzma)

v0.4.6

Compare Source

What's Changed

Full Changelog: Portable-Network-Archive/liblzma-rs@liblzma-sys-0.4.5...liblzma-0.4.6

pseitz/lz4_flex (lz4_flex)

v0.13.1

==================

Fixes
  • Fix compression with short dictionaries (less than 4 bytes), avoiding a panic/out-of-bounds read #​222
Compression with dictionaries shorter than the minimum match length of 4 now falls
back to compression without a dictionary instead of panicking or reading past
the dictionary. 

This is a security fix for `unsafe` compression with untrusted dictionaries. 
Users on 0.13.0 should upgrade to 0.13.1.

v0.13.0

==================

Features
Fixes
Invalid match offsets (offset == 0) during decompression were not properly
handled, which could lead to invalid memory reads. This is a security fix
that was also backported to 0.12.1 and 0.11.6.
Cast input_len to u64 before multiplying by 110, avoiding overflow on
32-bit targets (e.g. wasm32) where input_len * 110 overflows usize
when input_len > ~39MB.

v0.12.2

==================

Fixes
  • Fix compression with short dictionaries (less than 4 bytes), avoiding a panic/out-of-bounds read #​222
Compression with dictionaries shorter than the minimum match length of 4 now falls
back to compression without a dictionary instead of panicking or reading past
the dictionary. 

This is a security fix for `unsafe` compression with untrusted dictionaries. 
Users on 0.12.1 should upgrade to 0.12.2.

v0.12.1

Compare Source

==================

Security Fix
Invalid match offsets (offset == 0) during decompression were not properly
handled, which could lead to invalid memory reads on untrusted input.
Users on 0.12.x should upgrade to 0.12.1.
hasenbanck/lzma-rust2 (lzma-rust2)

v0.16.2

Compare Source

Fixed
  • We provide our own CRC implementation for lzip and xz, which removes the dependency to the crc crate. No functional
    change to v0.16.0 or v0.16.1
nix-rust/nix (nix)

v0.31.3

Compare Source

Added
  • Enable module ioctl for Cygwin
    (#​2715)
  • Add
    CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME
    to NetBSD-like platforms (#​2716)
  • unistd: add mkfifo for redox
    (#​2749)
  • Added kevent64 support on apple targets: Kqueue::kevent64, KEvent64,
    and Kevent64Flags. (#​2781)
Fixed
  • fix SaFlags_t definition on redox
    (#​2751)
  • Fixed EpollEvent::events() to use from_bits_retain instead of
    from_bits().unwrap(), preventing panics when the kernel returns
    unknown epoll flags. (#​2783)
  • Fixed KEvent::flags() and KEvent::fflags() to use from_bits_retain
    instead of from_bits().unwrap(), preventing panics when the kernel
    returns unknown kqueue flags.
    (#​2784)

v0.31.2

Compare Source

Added
  • Add WatchDescriptor::as_raw, to get libc id of WatchDescriptor.
    (#​2718)
  • Added process::pthread_getthreadid_np() on FreeBSD.
    (#​2725)
  • Added timerfd support on FreeBSD
    (#​2728)
Fixed
  • The libc requirement is now 0.2.181, rather than pinned to 0.2.180.
    (#​2744)

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) {
        ...
    }
    ``` ([#&#8203;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.
    (#​2134)

  • FdSet::{insert, remove, contains} now take BorrowedFd arguments, and have
    relaxed lifetime requirements relative to 0.27.1.
    (#​2136)

  • The following APIs now take an implementation of AsFd rather than a
    RawFd:

    • unistd::tcgetpgrp
    • unistd::tcsetpgrp
    • unistd::fpathconf
    • unistd::ttyname
    • unistd::getpeereid (#​2137)
  • Changed openat() and Dir::openat(), now take optional dirfds
    (#​2139)

  • The MSRV is now 1.69 (#​2144)

  • Changed function SockaddrIn::ip() to return net::Ipv4Addr and refactored
    SocketAddrV6::ip() to be const
    (#​2151)

  • The following APIs now take optional dirfds:

    • readlinkat()
    • fstatat()
    • mknodat()
    • mkdirat()
    • execveat()

    (#​2157)

  • Epoll::wait no

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

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%

@github-actions
Copy link
Copy Markdown

Benchmark for aa50b35

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.3±0.00ms 5.3±0.00ms 0.00%
unsquashfs/full 10.7±0.11ms 10.7±0.14ms 0.00%
unsquashfs/full-path-filter 6.7±0.03ms 6.7±0.03ms 0.00%
unsquashfs/list 7.5±0.06ms 7.5±0.09ms 0.00%
unsquashfs/list-path-filter 6.3±0.03ms 6.3±0.04ms 0.00%
write_read/netgear_ax6100v2 1346.4±0.83ms 1359.8±2.71ms +1.00%
write_read/tplink_ax1800 7.7±0.01s 7.7±0.02s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for 0e3e57f

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.00ms 2.1±0.00ms +5.00%
only_read/tplink_ax1800 5.3±0.01ms 5.4±0.01ms +1.89%
unsquashfs/full 11.1±0.21ms 10.9±0.20ms -1.80%
unsquashfs/full-path-filter 7.0±0.12ms 6.9±0.20ms -1.43%
unsquashfs/list 7.8±0.13ms 7.7±0.13ms -1.28%
unsquashfs/list-path-filter 6.4±0.07ms 6.4±0.13ms 0.00%
write_read/netgear_ax6100v2 1363.0±12.68ms 1374.1±7.19ms +0.81%
write_read/tplink_ax1800 8.0±0.19s 7.9±0.12s -1.25%

@github-actions
Copy link
Copy Markdown

Benchmark for 7340ce2

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.01ms 2.0±0.01ms 0.00%
only_read/tplink_ax1800 5.3±0.00ms 5.3±0.01ms 0.00%
unsquashfs/full 10.8±0.13ms 10.8±0.14ms 0.00%
unsquashfs/full-path-filter 6.8±0.04ms 6.8±0.07ms 0.00%
unsquashfs/list 7.5±0.09ms 7.6±0.14ms +1.33%
unsquashfs/list-path-filter 6.3±0.06ms 6.3±0.05ms 0.00%
write_read/netgear_ax6100v2 1360.0±6.94ms 1362.7±4.58ms +0.20%
write_read/tplink_ax1800 7.7±0.01s 7.8±0.03s +1.30%

@github-actions
Copy link
Copy Markdown

Benchmark for b0da175

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.3±0.01ms 5.3±0.00ms 0.00%
unsquashfs/full 10.7±0.11ms 10.6±0.10ms -0.93%
unsquashfs/full-path-filter 6.7±0.04ms 6.7±0.03ms 0.00%
unsquashfs/list 7.5±0.10ms 7.5±0.07ms 0.00%
unsquashfs/list-path-filter 6.3±0.05ms 6.3±0.10ms 0.00%
write_read/netgear_ax6100v2 1361.0±5.73ms 1350.5±2.24ms -0.77%
write_read/tplink_ax1800 7.7±0.01s 7.7±0.01s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for dad2857

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.00ms 2.0±0.01ms 0.00%
only_read/tplink_ax1800 5.3±0.01ms 5.3±0.02ms 0.00%
unsquashfs/full 8.2±0.13ms 8.2±0.19ms 0.00%
unsquashfs/full-path-filter 6.0±0.11ms 6.0±0.09ms 0.00%
unsquashfs/list 5.9±0.15ms 5.9±0.10ms 0.00%
unsquashfs/list-path-filter 5.2±0.09ms 5.2±0.08ms 0.00%
write_read/netgear_ax6100v2 1450.0±7.13ms 1464.9±8.11ms +1.03%
write_read/tplink_ax1800 8.5±0.04s 8.4±0.04s -1.18%

@github-actions
Copy link
Copy Markdown

Benchmark for a400fd9

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.2±0.00ms 5.3±0.01ms +1.92%
unsquashfs/full 10.0±0.13ms 9.9±0.11ms -1.00%
unsquashfs/full-path-filter 6.4±0.04ms 6.5±0.08ms +1.56%
unsquashfs/list 6.8±0.03ms 6.8±0.05ms 0.00%
unsquashfs/list-path-filter 6.0±0.02ms 6.0±0.04ms 0.00%
write_read/netgear_ax6100v2 1353.5±5.17ms 1355.5±3.30ms +0.15%
write_read/tplink_ax1800 7.7±0.01s 7.7±0.02s 0.00%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

Benchmark for 08572b4

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.3±0.01ms 5.3±0.01ms 0.00%
unsquashfs/full 10.0±0.16ms 9.9±0.12ms -1.00%
unsquashfs/full-path-filter 6.4±0.07ms 6.4±0.09ms 0.00%
unsquashfs/list 6.8±0.05ms 6.8±0.04ms 0.00%
unsquashfs/list-path-filter 6.0±0.04ms 6.0±0.03ms 0.00%
write_read/netgear_ax6100v2 1352.3±0.87ms 1365.1±4.20ms +0.95%
write_read/tplink_ax1800 7.7±0.01s 7.7±0.01s 0.00%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 5, 2026

Benchmark for 1ae8775

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.01ms 2.0±0.01ms 0.00%
only_read/tplink_ax1800 5.3±0.02ms 5.4±0.01ms +1.89%
unsquashfs/full 10.1±0.16ms 10.0±0.14ms -0.99%
unsquashfs/full-path-filter 6.6±0.22ms 6.5±0.05ms -1.52%
unsquashfs/list 7.0±0.12ms 7.0±0.07ms 0.00%
unsquashfs/list-path-filter 6.1±0.06ms 6.1±0.11ms 0.00%
write_read/netgear_ax6100v2 1374.3±6.64ms 1368.2±8.97ms -0.44%
write_read/tplink_ax1800 7.7±0.02s 7.8±0.06s +1.30%

@github-actions
Copy link
Copy Markdown

Benchmark for b72c7b6

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.2±0.04ms 2.2±0.00ms 0.00%
only_read/tplink_ax1800 5.7±0.00ms 5.7±0.01ms 0.00%
unsquashfs/full 9.9±0.18ms 9.8±0.38ms -1.01%
unsquashfs/full-path-filter 6.0±0.10ms 5.9±0.04ms -1.67%
unsquashfs/list 6.6±0.25ms 6.4±0.20ms -3.03%
unsquashfs/list-path-filter 5.5±0.07ms 5.8±0.23ms +5.45%
write_read/netgear_ax6100v2 1487.0±18.34ms 1477.1±8.74ms -0.67%
write_read/tplink_ax1800 8.5±0.06s 8.6±0.10s +1.18%

@github-actions
Copy link
Copy Markdown

Benchmark for b05e170

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.3±0.01ms 5.3±0.01ms 0.00%
unsquashfs/full 7.9±0.11ms 7.8±0.07ms -1.27%
unsquashfs/full-path-filter 5.7±0.07ms 5.6±0.06ms -1.75%
unsquashfs/list 5.7±0.11ms 5.7±0.07ms 0.00%
unsquashfs/list-path-filter 5.1±0.07ms 5.1±0.06ms 0.00%
write_read/netgear_ax6100v2 1423.6±6.09ms 1428.0±6.63ms +0.31%
write_read/tplink_ax1800 8.2±0.03s 8.2±0.05s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for be7c3ce

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.3±0.00ms 5.3±0.01ms 0.00%
unsquashfs/full 7.8±0.10ms 7.6±0.08ms -2.56%
unsquashfs/full-path-filter 5.6±0.06ms 5.5±0.06ms -1.79%
unsquashfs/list 5.8±0.07ms 5.8±0.09ms 0.00%
unsquashfs/list-path-filter 5.0±0.07ms 5.1±0.06ms +2.00%
write_read/netgear_ax6100v2 1415.3±2.78ms 1416.4±10.81ms +0.08%
write_read/tplink_ax1800 8.2±0.03s 8.2±0.05s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for 24d992e

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.2±0.00ms 2.2±0.00ms 0.00%
only_read/tplink_ax1800 5.8±0.04ms 5.8±0.01ms 0.00%
unsquashfs/full 9.6±0.21ms 10.1±0.18ms +5.21%
unsquashfs/full-path-filter 5.8±0.05ms 6.2±0.11ms +6.90%
unsquashfs/list 6.4±0.12ms 6.7±0.17ms +4.69%
unsquashfs/list-path-filter 5.5±0.10ms 5.7±0.12ms +3.64%
write_read/netgear_ax6100v2 1503.2±11.72ms 1569.7±21.74ms +4.42%
write_read/tplink_ax1800 8.6±0.05s 9.0±0.15s +4.65%

@github-actions
Copy link
Copy Markdown

Benchmark for 7587597

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.3±0.00ms 5.4±0.05ms +1.89%
unsquashfs/full 13.4±0.44ms 13.3±0.23ms -0.75%
unsquashfs/full-path-filter 9.8±0.11ms 9.9±0.15ms +1.02%
unsquashfs/list 10.2±0.14ms 10.5±0.14ms +2.94%
unsquashfs/list-path-filter 9.3±0.10ms 9.6±0.15ms +3.23%
write_read/netgear_ax6100v2 1408.3±12.13ms 1435.4±23.69ms +1.92%
write_read/tplink_ax1800 8.1±0.10s 8.2±0.09s +1.23%

@github-actions
Copy link
Copy Markdown

Benchmark for 27cbbf6

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.02ms 2.0±0.01ms 0.00%
only_read/tplink_ax1800 5.3±0.00ms 5.3±0.01ms 0.00%
unsquashfs/full 13.1±0.12ms 13.0±0.11ms -0.76%
unsquashfs/full-path-filter 9.6±0.03ms 9.7±0.05ms +1.04%
unsquashfs/list 10.2±0.11ms 10.1±0.14ms -0.98%
unsquashfs/list-path-filter 9.2±0.06ms 9.2±0.05ms 0.00%
write_read/netgear_ax6100v2 1398.7±3.76ms 1407.4±7.92ms +0.62%
write_read/tplink_ax1800 7.9±0.04s 8.0±0.12s +1.27%

@github-actions
Copy link
Copy Markdown

Benchmark for cb0a7e7

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.00ms 2.0±0.01ms 0.00%
only_read/tplink_ax1800 5.3±0.00ms 5.3±0.00ms 0.00%
unsquashfs/full 9.2±0.13ms 8.9±0.11ms -3.26%
unsquashfs/full-path-filter 6.8±0.09ms 6.7±0.05ms -1.47%
unsquashfs/list 7.4±0.09ms 7.3±0.15ms -1.35%
unsquashfs/list-path-filter 6.5±0.09ms 6.4±0.04ms -1.54%
write_read/netgear_ax6100v2 1430.0±2.06ms 1464.1±23.04ms +2.38%
write_read/tplink_ax1800 8.4±0.06s 8.2±0.02s -2.38%

@github-actions
Copy link
Copy Markdown

Benchmark for 861723e

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.3±0.00ms 5.3±0.00ms 0.00%
unsquashfs/full 8.9±0.07ms 8.9±0.12ms 0.00%
unsquashfs/full-path-filter 6.7±0.05ms 6.7±0.07ms 0.00%
unsquashfs/list 7.3±0.04ms 7.3±0.10ms 0.00%
unsquashfs/list-path-filter 6.4±0.05ms 6.5±0.06ms +1.56%
write_read/netgear_ax6100v2 1440.9±12.57ms 1438.4±13.63ms -0.17%
write_read/tplink_ax1800 8.2±0.02s 8.1±0.02s -1.22%

@github-actions
Copy link
Copy Markdown

Benchmark for 5cf0488

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.3±0.00ms 5.4±0.01ms +1.89%
unsquashfs/full 13.2±0.27ms 13.1±0.17ms -0.76%
unsquashfs/full-path-filter 9.6±0.05ms 9.6±0.06ms 0.00%
unsquashfs/list 10.1±0.06ms 10.1±0.14ms 0.00%
unsquashfs/list-path-filter 9.2±0.07ms 9.2±0.05ms 0.00%
write_read/netgear_ax6100v2 1403.9±6.24ms 1402.9±14.28ms -0.07%
write_read/tplink_ax1800 7.9±0.03s 7.9±0.02s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for 453b2eb

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.01ms 5.3±0.03ms -1.85%
unsquashfs/full 13.3±0.24ms 13.3±0.14ms 0.00%
unsquashfs/full-path-filter 9.8±0.08ms 9.8±0.08ms 0.00%
unsquashfs/list 10.4±0.20ms 10.3±0.09ms -0.96%
unsquashfs/list-path-filter 9.2±0.05ms 9.5±0.17ms +3.26%
write_read/netgear_ax6100v2 1404.3±10.69ms 1396.8±7.66ms -0.53%
write_read/tplink_ax1800 8.1±0.19s 7.9±0.04s -2.47%

@github-actions
Copy link
Copy Markdown

Benchmark for 6d25bd4

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.3±0.02ms 5.3±0.00ms 0.00%
unsquashfs/full 13.2±0.15ms 13.2±0.21ms 0.00%
unsquashfs/full-path-filter 9.7±0.03ms 9.7±0.06ms 0.00%
unsquashfs/list 10.2±0.09ms 10.2±0.10ms 0.00%
unsquashfs/list-path-filter 9.2±0.05ms 9.3±0.10ms +1.09%
write_read/netgear_ax6100v2 1397.3±3.84ms 1391.5±14.64ms -0.42%
write_read/tplink_ax1800 7.9±0.01s 7.9±0.02s 0.00%

@github-actions
Copy link
Copy Markdown

Benchmark for 499683c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.0±0.00ms 2.1±0.00ms +5.00%
only_read/tplink_ax1800 5.4±0.02ms 5.5±0.01ms +1.85%
unsquashfs/full 14.0±0.22ms 13.8±0.27ms -1.43%
unsquashfs/full-path-filter 10.2±0.16ms 10.0±0.10ms -1.96%
unsquashfs/list 10.5±0.20ms 10.4±0.19ms -0.95%
unsquashfs/list-path-filter 9.6±0.29ms 9.5±0.13ms -1.04%
write_read/netgear_ax6100v2 1454.4±8.54ms 1435.4±5.20ms -1.31%
write_read/tplink_ax1800 8.4±0.10s 8.9±0.59s +5.95%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Benchmark for fed1016

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.2±0.00ms 2.2±0.00ms 0.00%
only_read/tplink_ax1800 5.8±0.00ms 5.8±0.01ms 0.00%
unsquashfs/full 12.9±0.23ms 12.9±0.18ms 0.00%
unsquashfs/full-path-filter 9.1±0.08ms 9.1±0.07ms 0.00%
unsquashfs/list 9.7±0.14ms 9.7±0.10ms 0.00%
unsquashfs/list-path-filter 8.7±0.15ms 8.7±0.08ms 0.00%
write_read/netgear_ax6100v2 1496.7±7.30ms 1491.6±6.69ms -0.34%
write_read/tplink_ax1800 8.6±0.02s 8.5±0.03s -1.16%

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Benchmark for c88cd1a

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.2±0.00ms 2.2±0.00ms 0.00%
only_read/tplink_ax1800 5.8±0.01ms 5.8±0.00ms 0.00%
unsquashfs/full 13.0±0.15ms 13.1±0.26ms +0.77%
unsquashfs/full-path-filter 9.4±0.29ms 9.2±0.21ms -2.13%
unsquashfs/list 9.9±0.11ms 9.8±0.10ms -1.01%
unsquashfs/list-path-filter 8.9±0.09ms 8.8±0.10ms -1.12%
write_read/netgear_ax6100v2 1517.9±10.90ms 1499.2±16.46ms -1.23%
write_read/tplink_ax1800 8.7±0.05s 8.6±0.05s -1.15%

@github-actions
Copy link
Copy Markdown

Benchmark for 150233d

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.3±0.01ms 5.3±0.00ms 0.00%
unsquashfs/full 13.2±0.15ms 13.1±0.12ms -0.76%
unsquashfs/full-path-filter 9.7±0.04ms 9.7±0.06ms 0.00%
unsquashfs/list 10.1±0.07ms 10.3±0.08ms +1.98%
unsquashfs/list-path-filter 9.2±0.05ms 9.3±0.06ms +1.09%
write_read/netgear_ax6100v2 1400.1±3.00ms 1403.3±11.82ms +0.23%
write_read/tplink_ax1800 7.9±0.01s 8.0±0.09s +1.27%

@github-actions
Copy link
Copy Markdown

Benchmark for 266a1db

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.3±0.01ms 5.3±0.01ms 0.00%
unsquashfs/full 13.1±0.11ms 13.3±0.14ms +1.53%
unsquashfs/full-path-filter 9.7±0.07ms 9.7±0.05ms 0.00%
unsquashfs/list 10.1±0.08ms 10.3±0.23ms +1.98%
unsquashfs/list-path-filter 9.2±0.05ms 9.2±0.07ms 0.00%
write_read/netgear_ax6100v2 1404.0±11.94ms 1390.6±8.94ms -0.95%
write_read/tplink_ax1800 7.9±0.04s 7.9±0.02s 0.00%

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