+
Skip to content

Update all non-major dependencies #3436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Type Update Change
av-scenechange dependencies minor 0.14.1 -> 0.17.0
bitstream-io dependencies minor 4.2.0 -> 4.3.0
cc build-dependencies patch 1.2.26 -> 1.2.29
console dependencies minor 0.15 -> 0.16
libc dependencies patch 0.2.172 -> 0.2.174
libfuzzer-sys dependencies patch 0.4.9 -> 0.4.10
profiling dependencies patch 1.0.16 -> 1.0.17
toml dependencies minor 0.8 -> 0.9

Release Notes

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

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
tuffy/bitstream-io (bitstream-io)

v4.3.0

Compare Source

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

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)
console-rs/console (console)

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

rust-lang/libc (libc)

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.

aclysma/profiling (profiling)

v1.0.17

  • Update superluminal to 0.4
  • Update tracy-client to 0.18
toml-rs/toml (toml)

v0.9.0

Compare Source


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1bb8b51 to 3576476 Compare June 12, 2025 17:37
@renovate renovate bot changed the title Update all non-major dependencies Update Rust crate av-scenechange to 0.15.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3576476 to d93b7ca Compare June 13, 2025 11:57
@renovate renovate bot changed the title Update Rust crate av-scenechange to 0.15.0 Update all non-major dependencies Jun 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fada607 to 0e9746c Compare June 17, 2025 20:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e8ab76d to a7a32ad Compare June 28, 2025 03:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7bd9dcd to 7a4029a Compare July 5, 2025 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a4029a to abfbed8 Compare July 8, 2025 20:08
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浏览器服务,不要输入任何密码和下载