+
Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

This PR contains the following updates:

Package Type Update Change
arbitrary dependencies patch 1.4.1 -> 1.4.2
av-scenechange dependencies minor 0.14.1 -> 0.17.0
backtrace dependencies patch 0.3.75 -> 0.3.76
bitstream-io dependencies minor 4.2.0 -> 4.9.0
cc build-dependencies patch 1.2.26 -> 1.2.41
cfg-if dependencies patch 1.0.1 -> 1.0.4
console dependencies minor 0.15 -> 0.16
criterion (source) dev-dependencies minor 0.6 -> 0.7
image dependencies patch 0.25.6 -> 0.25.8
libc dependencies patch 0.2.172 -> 0.2.177
libfuzzer-sys dependencies patch 0.4.9 -> 0.4.10
log dependencies patch 0.4.27 -> 0.4.28
nasm-rs build-dependencies patch 0.3.0 -> 0.3.1
pastey dependencies patch 0.1.0 -> 0.1.1
profiling dependencies patch 1.0.16 -> 1.0.17
rand (source) dependencies patch 0.9.1 -> 0.9.2
rand (source) dev-dependencies patch 0.9.1 -> 0.9.2
semver dev-dependencies patch 1.0.26 -> 1.0.27
serde (source) dependencies patch 1.0.219 -> 1.0.228
thiserror dependencies patch 2.0.12 -> 2.0.17
toml dependencies minor 0.8 -> 0.9
wasm-bindgen (source) dependencies patch 0.2.100 -> 0.2.104

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

bheisler/criterion.rs (criterion)

v0.7.0

Compare Source

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

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.177

Compare Source

Added
  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#​4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#​4719)
  • BSDs: Add _CS_PATH constant (#​4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#​4730)
  • OpenBSD: Add elf_aux_info (#​4729)
  • Redox: Add more sysconf constants (#​4728)
  • Windows: Add wcsnlen (#​4721)
Changed
  • WASIP2: Invert conditional to include p2 APIs (#​4733)

v0.2.176

Compare Source

Support
  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#​2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#​4624)
Added
  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#​4607)
  • FreeBSD 14: Add st_fileref to struct stat (#​4642)
  • Haiku: Add the accept4 POSIX call (#​4586)
  • Introduce a wrapper for representing padding (#​4632)
  • Linux: Add EM_RISCV (#​4659)
  • Linux: Add MS_NOSYMFOLLOW (#​4389)
  • Linux: Add backtrace_symbols(_fd) (#​4668)
  • Linux: Add missing SOL_PACKET optnames (#​4669)
  • Musl s390x: Add SYS_mseal (#​4549)
  • NuttX: Add __errno (#​4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#​4660)
  • Redox: Add more resource.h, fcntl.h constants (#​4666)
  • Redox: Enable strftime and mkostemp[s] (#​4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#​4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#​4671)
  • Unix: Add sigqueue (#​4620)
Changed
  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#​4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#​4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#​4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#​4655 and many related PRs)
Fixed
  • AIX: Fix the type of the 4th arguement of getgrnam_r ([#​4656](#​4656
  • FreeBSD: Limit P_IDLEPROC to FreeBSD 15 (#​4640)
  • FreeBSD: Limit mcontext_t::mc_tlsbase to FreeBSD 15 (#​4640)
  • FreeBSD: Update gating of mcontext_t.mc_tlsbase (#​4703)
  • Musl s390x: Correct the definition of statfs[64] (#​4549)
  • Musl s390x: Make fpreg_t a union (#​4549)
  • Redox: Fix the types of gid_t and uid_t (#​4689)
  • Redox: Fix the value of MAP_FIXED (#​4684)
Deprecated
  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#​4685)
Removed
  • FreeBSD: Remove JAIL_{GET,SET}_MASK, _MC_FLAG_MASK (#​4691)

v0.2.175

Compare Source

Added
  • AIX: Add getpeereid (#​4524)
  • AIX: Add struct ld_info and friends (#​4578)
  • AIX: Retore struct winsize (#​4577)
  • Android: Add UDP socket option constants (#​4619)
  • Android: Add CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP (#​4502)
  • Android: Add more prctl constants (#​4531)
  • FreeBSD Add further TCP stack-related constants (#​4196)
  • FreeBSD x86-64: Add mcontext_t.mc_tlsbase (#​4503)
  • FreeBSD15: Add kinfo_proc.ki_uerrmsg (#​4552)
  • FreeBSD: Add in_conninfo (#​4482)
  • FreeBSD: Add xinpgen and related types (#​4482)
  • FreeBSD: Add xktls_session (#​4482)
  • Haiku: Add functionality from libbsd (#​4221)
  • Linux: Add SECBIT_* (#​4480)
  • NetBSD, OpenBSD: Export ioctl request generator macros (#​4460)
  • NetBSD: Add ptsname_r (#​4608)
  • RISCV32: Add time-related syscalls (#​4612)
  • Solarish: Add strftime* (#​4453)
  • linux: Add EXEC_RESTRICT_* and EXEC_DENY_* (#​4545)
Changed
  • AIX: Add const to signatures to be consistent with other platforms (#​4563)
Fixed
  • AIX: Fix the type of struct statvfs.f_fsid (#​4576)
  • AIX: Fix the type of constants for the ioctl request argument (#​4582)
  • AIX: Fix the types of stat{,64}.st_*tim (#​4597)
  • AIX: Use unique errno values (#​4507)
  • Build: Fix an incorrect target_os -> target_arch check (#​4550)
  • FreeBSD: Fix the type of xktls_session_onedir.ifnet (#​4552)
  • Mips64 musl: Fix the type of nlink_t (#​4509)
  • Mips64 musl: Use a special MIPS definition of stack_t (#​4528)
  • Mips64: Fix SI_TIMER, SI_MESGQ and SI_ASYNCIO definitions (#​4529)
  • Musl Mips64: Swap the order of si_errno and si_code in siginfo_t (#​4530)
  • Musl Mips64: Use a special MIPS definition of statfs (#​4527)
  • Musl: Fix the definition of fanotify_event_metadata (#​4510)
  • NetBSD: Correct enum fae_action to be #[repr(C)] (#​60a8cfd5)
  • PSP: Correct char -> c_char (eaab4fc3)
  • PowerPC musl: Fix termios definitions (#​4518)
  • PowerPC musl: Fix the definition of EDEADLK (#​4517)
  • PowerPC musl: Fix the definition of NCCS (#​4513)
  • PowerPC musl: Fix the definitions of MAP_LOCKED and MAP_NORESERVE (#​4516)
  • PowerPC64 musl: Fix the definition of shmid_ds (#​4519)
Deprecated
  • Linux: MAP_32BIT is only defined on x86 on non-x86 architectures (#​4511)
Removed
  • AIX: Remove duplicate constant definitions FIND and ENTER (#​4588)
  • s390x musl: Remove O_FSYNC (#​4515)
  • s390x musl: Remove RTLD_DEEPBIND (#​4515)

v0.2.174

Compare Source

Added
  • Linux: Make pidfd_info fields pub (#​4487)
Fixed
  • Gnu x32: Add missing timespec.tv_nsec (#​4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#​4483)
Other
  • Allow new unpredictable_function_pointer_comparisons lints (#​4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#​4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#​4492)

v0.2.173

Compare Source

Added
  • AIX: Add an AIX triple to Cargo.toml for doc (#​4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#​4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#​4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#​4319)
  • Linux: Add constants and types for nsfs ioctls (#​4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#​4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#​4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#​4452)
  • Linux: Add pid_type enum values (#​4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#​4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#​4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#​4443)
  • Musl: Prepare for supporting v1.2.3 (#​4443)
  • NuttX: Add arc4random and arc4random_buf (#​4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#​4447)
  • Redox: Define SCM_RIGHTS (#​4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#​4407)
  • Windows: Add more time.h functions (#​4427)
Changed
  • Redox: Update SA_ constants. (#​4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#​4441)
Fixed
  • AIX: Enable libc-test and fix definitions/declarations. (#​4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#​4248)
  • Hurd: Fix build from missing fpos_t (#​4472)
  • Loongarch64 Musl: Fix the struct ipc_perm bindings (#​4384)
  • Musl: Fix the O_LARGEFILE constant value. (#​4443)
rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.10

Compare Source

Released 2025-07-03.

Changed
  • Updated to libFuzzer commit 6146a88f6049 (release/20.x).
  • Fuzz targets taking raw byte slice inputs can now return Corpus results.

rust-lang/log (log)

v0.4.28

Compare Source

medek/nasm-rs (nasm-rs)

v0.3.1

Compare Source

as1100k/pastey (pastey)

v0.1.1

Compare Source

Removed
  • build.rs and inline literal parsing logic #​16
aclysma/profiling (profiling)

v1.0.17

  • Update superluminal to 0.4
  • Update tracy-client to 0.18
rust-random/rand (rand)

v0.9.2

Compare Source

Deprecated
  • Deprecate rand::rngs::mock module and StepRng generator (#​1634)
Additions
  • Enable WeightedIndex<usize> (de)serialization (#​1646)
dtolnay/semver (semver)

v1.0.27

Compare Source

  • Switch serde dependency to serde_core (#​333)
serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

dtolnay/thiserror (thiserror)

v2.0.17

Compare Source

  • Use differently named __private module per patch release (#​434)

v2.0.16

Compare Source

  • Add to "no-std" crates.io category (#​429)

v2.0.15

Compare Source

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#​427)

v2.0.14

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​426)

v2.0.13

Compare Source

  • Documentation improvements
toml-rs/toml (toml)

v0.9.8

Compare Source

v0.9.7

Compare Source

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source

wasm-bindgen/wasm-bindgen (wasm-bindgen)

v0.2.104

Compare Source

Added
  • Added bindings for WeakRef.
    #​4659

  • Support Symbol.dispose methods by default, when it is supported in the environment.
    #​4666

  • Added aarch64-unknown-linux-musl release artifacts.
    #​4668

Changed
  • Unconditionally use the global TextEncoder/TextDecoder for string encoding/decoding. The Node.js output now requires a minimum of Node.js v11.
    #​4670

  • Deprecate the msrv crate feature. MSRV detection is now always on.
    #​4675

Fixed
  • Fixed wasm-bindgen-cli's encode_into argument not working.
    #​4663

  • Fixed a bug in --experimental-reset-state-function support for heap reset.
    #​4665

  • Fixed compilation failures on Rust v1.82 and v1.83.
    #​4675


v0.2.103

Compare Source

Fixed
  • Fixed incorrect function mapping during post-processing.
    #​4656

v0.2.102

Compare Source

Added
  • Added DocumentOrShadowRoot.adoptedStyleSheets.
    #​4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS
    environment variables to wasm-bindgen-test.
    #​4433

  • Added ability to determine WebDriver JSON config location via
    WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to
    wasm-bindgen-test.
    #​4434

  • Generate DWARF for tests by default. See the guide on debug information for more details.
    #​4635

  • New --target=module target for outputting source phase imports.
    #​4638

Changed
  • Hidden deprecated options from the wasm-bindgen --help docs.
    #​4646
Fixed
  • Fixed wrong method names for GestureEvent bindings.
    #​4615

  • Fix crash caused by allocations during TypedArray interactions.
    #​4622


v0.2.101

Compare Source

Added
  • Added format and colorSpace support to VideoFrameCopyToOptions
    #​4543

  • Added support for the onbeforeinput attribute.
    #​4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a
    JS-owned TypedArray from a Rust slice.
    #​4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments.
    #​4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl.
    #​4509

  • Added unstable bindings for GestureEvent.
    #​4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items.
    [#​4522](https://re


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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

Copy link
Contributor Author

renovate bot commented Sep 22, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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 wasm-bindgen@0.2.100 --precise 0.2.104
    Updating crates.io index
error: failed to select a version for the requirement `wasm-bindgen = "=0.2.100"`
candidate versions found which didn't match: 0.2.104
location searched: crates.io index
required by package `web-sys v0.3.77`
    ... which satisfies dependency `web-sys = "^0.3.66"` (locked to 0.3.77) of package `plotters v0.3.7`
    ... which satisfies dependency `plotters = "^0.3.2"` (locked to 0.3.7) of package `criterion v0.7.0`
    ... which satisfies dependency `criterion = "^0.7"` (locked to 0.7.0) of package `rav1e v0.8.0 (/tmp/renovate/repos/github/xiph/rav1e)`

@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 3 times, most recently from 9a00414 to f69db93 Compare October 10, 2025 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f69db93 to d6509d2 Compare October 15, 2025 10:17
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

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载