Skip to content

Update all non-major dependencies#3454

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
arbitrary dependencies patch 1.4.11.4.2
av-scenechange dependencies minor 0.14.10.23.0
av1-grain dependencies minor 0.2.30.4.0
backtrace dependencies patch 0.3.750.3.76
bitstream-io dependencies minor 4.2.04.9.0
cc build-dependencies patch 1.2.261.2.60
cfg-if dependencies patch 1.0.11.0.4
console dependencies minor 0.150.16
criterion (source) dev-dependencies minor 0.60.8
image dependencies patch 0.25.60.25.10
libc dependencies patch 0.2.1720.2.184
libfuzzer-sys dependencies patch 0.4.90.4.12
log dependencies patch 0.4.270.4.29
nasm-rs build-dependencies patch 0.3.00.3.2
pastey dependencies minor 0.1.00.2.0
profiling dependencies patch 1.0.161.0.17
quickcheck dev-dependencies minor 1.0.31.1.0
rand (source) dependencies minor 0.90.10
rand (source) dev-dependencies minor 0.90.10
rand_chacha (source) dependencies minor 0.90.10
rand_chacha (source) dev-dependencies minor 0.90.10
semver dev-dependencies patch 1.0.261.0.28
serde (source) dependencies patch 1.0.2191.0.228
signal-hook dependencies minor 0.30.4
thiserror dependencies patch 2.0.122.0.18
toml dependencies minor 0.80.9
tracing (source) dependencies patch 0.1.410.1.44
v_frame dependencies minor 0.3.70.5.0
wasm-bindgen (source) dependencies patch 0.2.1000.2.118

Release Notes

rust-fuzz/arbitrary (arbitrary)

v1.4.2

Compare Source

Released 2025-08-13.

Added
  • Added formal MSRV policy: "We reserve the right to increment the MSRV on minor
    releases, however we will strive to only do it deliberately and for good
    reasons." The current MSRV is 1.63.0.
  • Added an Arbitrary implementation for core::cmp::Reverse.
Changed
  • Landed a handful of changes to the code generated by #[derive(Arbitrary)]
    that speed up compilation.
Fixed
  • Better documented bias and behavior when running out of entropy, fixed some
    outdated and incorrect docs related to this.

rust-av/av-scenechange (av-scenechange)

v0.23.0

Compare Source

  • feat: add static_simd Cargo feature
  • chore!: bump MSRV to 1.89 (required for target_feature = "avx512*")

v0.22.2

Compare Source

  • feat: Make DetectionResults Deserialize
  • perf: add SSE2 for sum_8x8_block

v0.22.1

Compare Source

  • perf: Revert NonZeroUsize changes as these actually had a negative performance impact

v0.22.0

Compare Source

  • chore!: bump for breaking change in av-decoders

v0.21.2

Compare Source

  • fix: Avoid an edge case in predict_dc_intra SIMD
  • perf: Use NonZeroUsize to elide many unneeded div by zero checks
  • perf: Eliminate some unneeded bounds checking

v0.21.1

Compare Source

  • Update to v_frame 0.5. This fixes breakages that occurred on HBD with some decoders.

v0.21.0

Compare Source

  • [Breaking] update to v_frame 0.4

v0.20.0

Compare Source

  • Update decoders for Vapoursynth R73 compatibility

v0.19.2

Compare Source

  • Significantly improve threading performance by decoding on a separate thread

v0.19.1

Compare Source

  • Use fixed ffms2 implementation

v0.19.0

Compare Source

  • Add ffms2 feature for using ffms2 as a decoder

v0.18.0

Compare Source

  • Update av_decoders crate to 0.5.0 for ffmpeg 8.0 support

v0.17.3

Compare Source

  • Update av_decoders crate from 0.3.0 to 0.4.0

v0.17.2

Compare Source

  • Update av_decoders crate from 0.2.0 to 0.3.0

v0.17.1

Compare Source

  • Make the fields on ScenecutResult public so that it can actually be useful

v0.17.0

Compare Source

  • [Breaking] Update the analyze_next_frame method to also return the frame scores, if present
  • [Breaking] Update the DetectionResults to also return frame scores

v0.16.0

Compare Source

  • [Breaking] Use av_decoders crate instead of providing our own decoder structs
  • [Breaking] Bump minimum rust version to 1.86
  • Bump Rust edition to 2024, since the minimum Rust version had to be bumped anyway

v0.15.0

Compare Source

  • [Breaking] Remove CpuFeatureLevel struct and params. This removes the ability
    to disable SIMD at runtime, but this isn't a particularly useful feature
    and added code complexity.
  • Refactor SIMD modules
rust-av/av1-grain (av1-grain)

v0.4.2

Compare Source

  • perf/safety: use get_dbg utility, eliminate current unchecked accesses
  • fix: operator precedence in solver could lead to OOB access

v0.4.1

Compare Source

v0.4.0

Compare Source

  • Improve limited range photon noise generation.
    • [Breaking] Introduces a full_range field on NoiseGenArgs
  • Bump to Rust edition 2024

v0.3.0

Compare Source

  • [Breaking] Update v_frame dependency to 0.5

v0.2.5

Compare Source

  • Bump nom dependency to 8.0
rust-lang/backtrace-rs (backtrace)

v0.3.76

Compare Source

Behavior
  • Fix inverted polarity of "full printing" logic in #​726:
    Previously we used to do the opposite of what you would expect.
Platform Support
  • Windows: Removed hypothetical soundness risk from padding bytes in #​737
  • Fuchsia: Added appropriate alignment checks during Elf_Nhdr parsing in #​725
  • Cygwin: Added support in #​704
  • Windows (32-bit Arm): Restore support in #​685
  • NuttX (32-bit Arm): Use builtin _Unwind_GetIP in #​692
  • RTEMS: Enable libunwind in #​682
Dependencies
  • Update cpp_demangle to 0.5 in #​732
  • Update memchr to 2.7.6 in #​734
  • Switch from windows-targets to windows-link in #​727
  • Update ruzstd to 0.8.1 in #​718
  • Update object to 0.37 in #​718
  • Update addr2line to 0.25 in #​718
tuffy/bitstream-io (bitstream-io)

v4.9.0

Compare Source

  • Further extend VBR integer support

v4.8.0

Compare Source

  • Add io::Seek support to ByteReader

v4.7.0

Compare Source

  • Add support for LLVM-style variable bit rate integers

v4.6.0

Compare Source

  • Add no alloc support

v4.5.0

Compare Source

  • Implement new CheckedSignedFixed type alias
  • Implement FixedSignedBitCount for use by CheckedSignedFixed

v4.4.0

Compare Source

  • Implement new CheckedUnsignedFixed type alias
  • Implement FixedBitCount for use by CheckedUnsignedFixed

v4.3.0

Compare Source

  • Add bytes method to ToByteStream traits with default implementations
rust-lang/cc-rs (cc)

v1.2.60

Compare Source

Fixed
  • (ar) suppress warnings from D modifier probe (#​1700)

v1.2.59

Compare Source

Fixed
  • (ar) deterministic archives with D modifier (#​1697)
Other
  • Regenerate target info (#​1698)
  • Fix target abi parsing for sanitiser targets (#​1695)

v1.2.58

Compare Source

Other
  • Update Compile-time Requirements to add info about clang-cl.exe (#​1693)

v1.2.57

Compare Source

Other
  • Size archiver batches according to argument length not argument count (#​1689)
  • Added Build::env for setting environment variables of compiler invocations and other child processes (#​1656 #​1682)

v1.2.56

Compare Source

Other
  • Regenerate target info (#​1676)
  • Fix clang-cl target when cross-compiling (#​1670)

v1.2.55

Compare Source

Other
  • Regenerate target info (#​1667)
  • Fix RUSTFLAGS typo in test-linker-plugin-lto (#​1665)
  • Disable PIC for armv7-sony-vita-newlibeabihf (#​1664)

v1.2.54

Compare Source

Other
  • Fix x86_64-unknown-linux-gnuasan parsing (#​1661)
  • Regenerate target info (#​1660)

v1.2.53

Compare Source

Other

v1.2.52

Compare Source

Other
  • Fix contradictory doc for CC compiler in crate doc (#​1650)
  • Have CUDA compilaion check for sbsa-linux when targeting aarch64. (#​1647)
  • Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) (#​1648)
  • Fix Build::env_tool to check for .exe on windows (#​1646)

v1.2.51

Compare Source

Other

v1.2.50

Compare Source

Other
  • Add tests for OUT_DIR escape for '..' file paths (#​1631)
  • Fix #​283: Make warnings(false) actually suppress compiler warnings (#​1633)

v1.2.49

Compare Source

Other
  • Fix run_output to prevent infinite blocking (#​1627)
  • Fix detect_family deadlock (#​1626)
  • Fix link in new debug_str doc comment (#​1625)
  • Support more of Cargo's debug levels with Build::debug_str (#​1624)

v1.2.48

Compare Source

Other

v1.2.47

Compare Source

Other
  • add helenos linker identifications (#​1615)

v1.2.46

Compare Source

Other
  • Add Visual Studio 2026 support (#​1609)

v1.2.45

Compare Source

Other
  • Regenerate target info (#​1606)
  • Use a default check for the "env" variable in apple_sdk_name (#​1605)

v1.2.44

Compare Source

Other
  • Fix debug assertion for env/abi mismatch (#​1604)
  • Update CHANGELOG for version 1.2.43 (#​1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#​1495)

v1.2.43

Compare Source

Other
  • Fix debug assertion for env/abi mismatch (#​1604)
  • Update CHANGELOG for version 1.2.43 (#​1602)
  • Stop passing an invalid target to llvm-mingw's cross-compilation wrappers (#​1495)

v1.2.42

Compare Source

Other
  • Fix check-semver-checks (#​1600)
  • minor improvement for docs (#​1598)
  • Fix linker-plugin-lto: use -flto=thin (#​1594)
  • Disable check-buildstd for armv7k-apple-watchos (#​1599)
  • Add elf abi to ppc64 targets (#​1596)

v1.2.41

Compare Source

Other
  • Allow using VCToolsVersion to request a specific msvc version (#​1589)
  • Regenerate target info (#​1592)
  • Regenerate windows sys bindings (#​1591)
  • Update windows-bindgen requirement from 0.64 to 0.65 (#​1590)
  • Fix get_base_archiver_variant for clang-cl: use --print-search-dirs (#​1587)

v1.2.40

Compare Source

Other
  • Reorder changelog and remove duplicate Unreleased section (#​1579)
  • Prefer clang if linker-plugin-lto specified (#​1573)
  • Fix building for Mac Catalyst (#​1577)
  • Improve ESP microcontroller targets (#​1574)

v1.2.39

Compare Source

Other
  • Fix cross compilation to xtensa-esp32s3-espidf (#​1569)
  • Fix autodetect_wasi_compiler: support non utf-8 path (#​1568)
  • Regenerate target info (#​1567)
  • Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#​1564)
  • Use $WASI_SDK_PATH on WASI targets by default (#​1562)
  • Fix atomicity violations in concurrent cache operations (#​1559)

v1.2.38

Compare Source

Other
  • updated the following local packages: find-msvc-tools

v1.2.37

Compare Source

Other
  • Fix errmsg in RustcCodegenFlags::set_rustc_flag (#​1551)
  • propagate stack protector to Linux C compilers (#​1550)
  • Extract new fn run_commands_in_parallel (#​1549)

v1.2.36

Compare Source

Other
  • Regenerate windows sys bindings (#​1548)
  • Update windows-bindgen requirement from 0.62 to 0.63 (#​1547)
  • Add fn get_ucrt_dir for find-msvc-tools (#​1546)
  • Regenerate target info (#​1544)
  • fix publish.yml (#​1543)
  • Replace periods with underscores as well when parsing env variables (#​1541)

v1.2.35

Compare Source

Fixed
  • fix building for aarch64-apple-visionos-sim on nightly (#​1534)
  • fix tests apple_sdkroot_wrong (#​1530)
Other

v1.2.34

Compare Source

Fixed
  • add -mcpu=mvp and -mmutable-globals for wasm32v1-none (#​1524)
Other
  • Optimize parse_version in find_tools.rs (#​1527)
  • Fallback to manually searching for tool dir (#​1526)

v1.2.33

Compare Source

Other
  • Regenerate target info (#​1521)
  • [win][arm64ec] Add testing for Arm64EC Windows (#​1512)
  • Fix parsing of nigthly targets (#​1517)
  • [win][arm64ec] Fix finding assembler and setting is_arm for Arm64EC (#​1511)

v1.2.32

Compare Source

Fixed
  • fix new clippy lint introduced in rust 1.89.0 (#​1509)
Other
  • clarify cargo default if no rerun emitted (#​1508)
  • extract compile_objects_sequential (#​1507)
  • Windows find_tools: add support for finding Clang (#​1506)
  • Add m68k-unknown-linux-gnu cross-compile target (#​1505)

v1.2.31

Compare Source

Other
  • Add doc for using sccache/ccache etc (#​1502)
  • ability to statically link against C++ stdlib (#​1497)
  • Add instructions on using sccache (#​1503)
  • Add support for recognizing some architectures supported by GCC, but not LLVM. (#​1500)

v1.2.30

Compare Source

Other
  • define _REENTRANT by default (#​1496)

v1.2.29

Compare Source

Other
  • Fix target parsing for powerpc (#​1490)

v1.2.28

Compare Source

Other
  • Recognize mlibc environment (#​1488)
  • Fix clippy warnings about not using variables in format! strings (#​1489)

v1.2.27

Compare Source

Other
  • Regenerate windows sys bindings (#​1485)
  • Update windows-bindgen requirement from 0.61 to 0.62 (#​1484)
  • Regenerate target info (#​1483)
rust-lang/cfg-if (cfg-if)

v1.0.4

Compare Source

  • Support cfg(true) and cfg(false) (#​99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule

v1.0.3

Compare Source

  • Revert "Remove @__identity rule."

v1.0.2

Compare Source

  • Remove @__identity rule.
console-rs/console (console)

v0.16.3

Compare Source

What's Changed

v0.16.2

Compare Source

What's Changed

v0.16.1

Compare Source

What's Changed

v0.16.0

Compare Source

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

v0.15.12

Compare Source

What's Changed

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

v0.8.1

Compare Source

Fixed
  • Homepage link
Other
  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

v0.8.0

Compare Source

BREAKING
  • Drop async-std support
Changed
  • Bump MSRV to 1.86, stable to 1.91.1
Added
  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)
Fixed
  • Fix plotting NaN bug
Other
  • Remove Master API Docs links temporarily while we restore the docs publishing.

v0.7.0

Compare Source

  • Bump version of criterion-plot to align dependencies.
image-rs/image (image)

v0.25.10

Compare Source

v0.25.9

Compare Source

Features:

  • Support extracting XMP metadata from PNG, JPEG, GIF, WebP and TIFF files (#​2567, #​2634, #​2644)
  • Support reading IPTC metadata from PNG and JPG files (#​2611)
  • Support reading ICC profile from GIF files (#​2644)
  • Allow setting a specific DEFLATE compression level when writing PNG (#​2583)
  • Initial support for 16-bit CMYK TIFF files (#​2588)
  • Allow extracting the alpha channel of a Pixel in a generic way (#​2638)

Structural changes:

  • EXR format decoding now only uses multi-threading via Rayon when the rayon feature is enabled (#​2643)
  • Upgraded zune-jpeg to 0.5.x, ravif to 0.12.x, gif to 0.14.x
  • pnm: parse integers in PBM/PGM/PPM headers without allocations (#​2620)
  • Replace doc_auto_cfg with doc_cfg (#​2637)

Bug fixes:

  • Do not encode empty JPEG images (#​2624)
  • tga: reject empty images (#​2614)
  • tga: fix orientation flip for color mapped images (#​2607)
  • tga: adjust colormap lookup to match tga 2.0 spec (#​2608)

v0.25.8

Compare Source

Re-release of 0.25.7

Fixes:

  • Reverted a signature change to load_from_memory that lead to large scale
    type inference breakage despite being technically compatible.
  • Color conversion Luma to Rgb used incorrect coefficients instead of broadcasting.

v0.25.7

Compare Source

Features:

  • Added an API for external image format implementations to register themselves as decoders for a specific format in image (#​2372)
  • Added CICP awarenes via moxcms to support color spaces (#​2531). The support for transforming is limited for now and will be gradually expanded.
  • You can now embed Exif metadata when writing JPEG, PNG and WebP images (#​2537, #​2539)
  • Added functions to extract orientation from Exif metadata and optionally clear it in the Exif chunk (#​2484)
  • Serde support for more types (#​2445)
  • PNM encoder now supports writing 16-bit images (#​2431)

Structural changes:

  • Increased MSRV to 1.85.0 (from 1.78.0)

API improvements:

  • save, save_with_format, write_to and write_with_encoder methods on DynamicImage now automatically convert the pixel format when necessary instead of returning an error (#​2501)
  • Added DynamicImage::has_alpha() convenience method
  • Implemented TryFrom<ExtendedColorType> for ColorType (#​2444)
  • Added const HAS_ALPHA to trait Pixel
  • Unified the error for unsupported encoder colors (#​2543)
  • Added a hooks module to customize builtin behavior, register_format_detection_hook and register_decoding_hook for the determining format of a file and selecting an ImageDecoder implementation respectively. (#​2372)

Performance improvements:

  • Gaussian blur (#​2496) and box blur (#​2515) are now faster
  • Improve compilation times by avoiding unnecessary instantiation of generic functions (#​2468, #​2470)

Bug fixes:

  • Many improvements to image format decoding: TIFF, WebP, AVIF, PNG, GIF, BMP, TGA
  • Fixed GifEncoder::encode() ignoring the speed parameter and always using the slowest speed (#​2504)
  • .pnm is now recognized as a file extension for the PNM format (#​2559)
rust-lang/libc (libc)

v0.2.184

Compare Source

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the
core::ffi::c_* types with libc definitions, since libc has been changed to reexport from
core rather than redefining them. (This usually worked before but had edge cases.)
(#​4972)

Added
  • BSD: Add IP_MINTTL to bsd (#​5026)
  • Cygwin: Add TIOCM_DSR (#​5031)
  • FreeBSD: Added xfile structe and file descriptor types (#​5002)
  • Linux: Add CAN netlink bindings (#​5011)
  • Linux: Add struct ethhdr (#​4239)
  • Linux: Add struct ifinfomsg (#​5012)
  • Linux: Define max_align_t for riscv64 (#​5029)
  • NetBSD: Add missing CLOCK_ constants (#​5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#​5004)
  • VxWorks: Add flock and F_*LCK constants (#​4043)
  • WASI: Add all _SC_* sysconf constants (#​5023)
Deprecated

The remaining fixed-width integer aliases, __uint128_t, __uint128, __int128_t, and __int128,
have been deprecated. Use i128 and u128 instead. (#​4343)

Fixed
  • breaking Redox: Fix signal action constant types (#​5009)
  • EspIDF: Correct the value of DT_* constants (#​5034)
  • Redox: Fix locale values and add RTLD_NOLOAD, some TCP constants (#​5025)
  • Various: Use Padding::new(<zeroed>) rather than Padding::uninit() (#​5036)
Changed
  • potentially breaking Linux: Add new fields to struct ptrace_syscall_info (#​4966)
  • Re-export core::ffi integer types rather than redefining (#​5015)
  • Redox: Update F_DUPFD, IP, and TCP constants to match relibc (#​4990)

v0.2.183

Compare Source

Added
  • ESP-IDF: Add SOMAXCONN (#​4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#​4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#​4985)
  • OpenBSD: Add kinfo_file and related constants (#​4991)
  • VxWorks: Add additional structs and defines (#​5003)
  • Various: Implement Default for timeval and timespec (#​4976)
Fixed
  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#​4992)
  • Nintendo Switch: Fix target support (#​4982)
  • OpenBSD: Wrap an unused field in Padding (#​4997)
  • Redox: Change sigaction.sa_flags to c_int (#​4986)
  • Redox: Fix blkcnt_t type (#​4994)

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)

v0.2.180

Compare Source

Added
  • QNX: Add missing BPF and ifreq structures (#​4769)
Fixed
  • Linux, L4Re: address soundness issues of CMSG_NXTHDR (#​4903)
  • Linux-like: Handle zero-sized payload differences in CMSG_NXTHDR (#​4903)
  • Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#​4914)
  • NetBSD: RISC-V 64: Correct mcontext type definitions (#​4886)
  • uClibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc (#​4915)
  • uClibc: Restructure Linux netlink module to resolve build errors (#​4915)

[v0.2.179](https://redirect.github.com/rust-lang/libc/releases/t


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: Enabled.

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
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 22, 2025

⚠️ 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 Cargo.toml --package [email protected] --precise 1.4.2
    Updating crates.io index
error: failed to select a version for `v_frame`.
    ... required by package `rav1e v0.8.0 (/tmp/renovate/repos/github/xiph/rav1e)`
versions that meet the requirements `^0.5.0` are: 0.5.1, 0.5.0

package `rav1e` depends on `v_frame` with feature `serialize` but `v_frame` does not have that feature.
 available features: padding_api


failed to select a version for `v_frame` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path fuzz/Cargo.toml --package [email protected] --precise 0.4.12
    Updating crates.io index
error: package ID specification `[email protected]` did not match any packages
help: there are similar package ID specifications:

  [email protected]

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path ivf/Cargo.toml --package [email protected] --precise 4.9.0
    Updating crates.io index
error: failed to select a version for `v_frame`.
    ... required by package `rav1e v0.8.0 (/tmp/renovate/repos/github/xiph/rav1e)`
versions that meet the requirements `^0.5.0` are: 0.5.1, 0.5.0

package `rav1e` depends on `v_frame` with feature `serialize` but `v_frame` does not have that feature.
 available features: padding_api


failed to select a version for `v_frame` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8819380 to eee5108 Compare September 25, 2025 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f69db93 to d6509d2 Compare October 15, 2025 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from db51ded to 16c5469 Compare October 27, 2025 20:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc85b1b to a606c12 Compare October 31, 2025 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 98e335b to b934c84 Compare November 14, 2025 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a494d4c to 9f20a9a Compare November 21, 2025 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 84cc25a to 95ad361 Compare December 3, 2025 03:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c5ee58f to 969ee7e Compare December 5, 2025 05:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 55d5a69 to a17fb89 Compare December 7, 2025 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f65b7f6 to 93e2f83 Compare December 19, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6b62e5b to bcc702a Compare December 27, 2025 08:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 874f186 to 700241e Compare January 7, 2026 14:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 700241e to e6dc875 Compare January 10, 2026 16:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6dc875 to 9c3a6fc Compare January 22, 2026 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f70c1c1 to 90e4e37 Compare February 8, 2026 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90e4e37 to 55e965b Compare February 18, 2026 06:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55e965b to 81990ab Compare February 23, 2026 09:58
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants