Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps the cargo-minor group with 3 updates in the / directory: clap, image and insta.

Updates clap from 4.5.51 to 4.5.53

Release notes

Sourced from clap's releases.

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Changelog

Sourced from clap's changelog.

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Commits
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • 2fcafc0 docs: Fix minor grammar issues in FAQ
  • a380b65 Merge pull request #6023 from epage/template
  • 4d7ab14 chore: Update from _rust/main template
  • b8a7ea4 chore(deps): Update Rust Stable to v1.87 (#18)
  • f9842b3 chore: Avoid MSRV problems out of the box
  • Additional commits viewable in compare view

Updates image from 0.25.8 to 0.25.9

Changelog

Sourced from image's changelog.

Version 0.25.9

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)
Commits

Updates insta from 1.43.2 to 1.44.0

Changelog

Sourced from insta's changelog.

1.44.0

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI pipelines, scripts). cargo insta review --snapshot <path> and cargo insta reject --snapshot <path> now work without a terminal. Enhanced pending-snapshots output with usage instructions and workspace-relative paths. #815
  • Add --disable-nextest-doctest flag to cargo insta test to disable running doctests with nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to prepare cargo insta to no longer run a separate doctest process when using nextest in the future. #803
  • Add ergonomic --test-runner-fallback / --no-test-runner-fallback flags to cargo insta test. #811
  • Apply redactions to snapshot metadata. #813
  • Remove confusing 'previously unseen snapshot' message. #812
  • Speed up JSON float rendering. #806 (@​nyurik)
  • Allow globset version up to 0.4.16. #810 (@​g0hl1n)
  • Improve documentation. #814 (@​tshepang)
  • We no longer trim starting newlines during assertions, which allows asserting the number of leading newlines match. Existing assertions with different leading newlines will pass and print a warning suggesting running with --force-update-snapshots. They may fail in the future. (Note that we still currently allow differing trailing newlines, though may adjust this in the future). #563
Commits
  • 5da894d Prepare release 1.44.0 (#820)
  • d8deb2f Add LLM-friendly non-interactive snapshot management (#815)
  • 783ebc2 feat(vscode-ext): support source opening (#817)
  • dd34e41 chore: update ron to 0.12 (#819)
  • af48633 Support -r shorthand for --release, for compatibility with cargo test (...
  • 7de4930 Apply redactions to snapshot metadata (#813)
  • 90f6ad8 Fix backward compatibility for --test-runner-fallback true syntax (#816)
  • 00f6816 improve some of the docs (#814)
  • 3ca8b0e Remove confusing 'previously unseen snapshot' message (#812)
  • dcc2e04 Add ergonomic --test-runner-fallback/--no-test-runner-fallback flags (#811)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the cargo-minor group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [insta](https://github.com/mitsuhiko/insta).


Updates `clap` from 4.5.51 to 4.5.53
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.53)

Updates `image` from 0.25.8 to 0.25.9
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.8...v0.25.9)

Updates `insta` from 1.43.2 to 1.44.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.43.2...1.44.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: image
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: insta
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Nov 20, 2025
@torokati44 torokati44 enabled auto-merge (rebase) November 20, 2025 13:39
@torokati44 torokati44 merged commit e5e0120 into master Nov 20, 2025
26 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/cargo-minor-bec695483a branch November 20, 2025 13:49
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Nov 23, 2025
-----------------------------------------------------------------------------------------------------
batocera-controlcenter.mk d6ff6c604b9b8d100ac6e06e6e96f307f5529c0e # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------------------------
Tabs, footer and tons of optimizations,

---------------------------------------------------------------------------------------
amiberry.mk db4cc1f03a33878e558584b43c60ddc3a39bec83 # Version: Commits on Nov 20, 2025
---------------------------------------------------------------------------------------
fix typo (#1734),

-----------------------------------------------------------------------------------
cemu.mk 1382ee0381919e97b211a1908722581c51091dc6 # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------
build/cmake: Clean up target_link_libraries (#1726),

------------------------------------------------------------------------------------------
dolphin-emu.mk 4f30aaf1ca1ba410904422e55e2a14012ce8163e # Version: Commits on Nov 20, 2025
------------------------------------------------------------------------------------------
Merge pull request #13152 from Naim2000/sdlock

SDIO: report write lock status,

------------------------------------------------------------------------------------------
duckstation.mk f7e6c20fedc1d3793e66d15c9291dd2016c0893b # Version: Commits on Nov 21, 2025
------------------------------------------------------------------------------------------
CMake: Bump Qt version requirement,

-----------------------------------------------------------------------------------
eden.mk 61f3ce643c59bc4f6a657af73d4953de012523cd # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------
[android] Fix build id (#3066)

--------------------------------------------------------------------------------------
flycast.mk 5bce763f66d77831604cded71b4435f141fa9f54 # Version: Commits on Nov 21, 2025
--------------------------------------------------------------------------------------
Merge remote-tracking branch 'origin/dev',

----------------------------------------------------
pcsx2.mk v2.5.316 # Version: Commits on Nov 21, 2025
----------------------------------------------------
- [Misc: use std::lock_guard](PCSX2/pcsx2#13573)

,

------------------------------------------------------------------------------------
rpcs3.mk 9deb6cd4fa373b5fd0883a077943b9a25c46541d # Version: Commits on Nov 21, 2025
------------------------------------------------------------------------------------
Fix ppu_register_function_at with unaligned parameters (#17718)

This fixes some crashes in interpreter mode when calling functions like

`sys_dbg_write_process_memory` to write data which may not be an

instruction.

---------

Co-authored-by: Elad <[email protected]>,

-----------------------------------------------------------------------------------------
supermodel.mk 3e94dd09a23f3f90c99713f5af34532e20dd9db7 # Version: Commits on Nov 20, 2025
-----------------------------------------------------------------------------------------
Merge branch 'master' of https://github.com/trzy/Supermodel,

--------------------------------------------------------------------------------------------
supermodel-es.mk f4e0cbdc034d955d687d067154e70796766eb1cb # Version: Commits on Nov 20, 2025
--------------------------------------------------------------------------------------------
0.3a-3e94dd0,

-------------------------------------------------
vice.mk r45864 # Version: Commits on Nov 21, 2025
-------------------------------------------------
fix vice_dynlib_ (windows) functions for unicode builds, patch by Carlo Bramini

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45864 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------
ikemen.mk ae46c5ae166dede61a4987ccd425eaa4599bfc17 # Version: Commits on Nov 21, 2025
-------------------------------------------------------------------------------------
Merge pull request #2892 from ikemen-engine/dependabot/github_actions/actions/checkout-6

build(deps): bump actions/checkout from 5 to 6,

---------------------------------------------------------------
ruffle.mk nightly-2025-11-21 # Version: Commits on Nov 21, 2025
---------------------------------------------------------------
## What's Changed

* build(deps): bump the cargo-minor group across 1 directory with 3 updates by @dependabot[bot] in ruffle-rs/ruffle#22290

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-11-20...nightly-2025-11-21,

--------------------------------------------------------------------------------------
scummvm.mk 99e769b8077fe3f88596657f54fc06d7ba1c3713 # Version: Commits on Nov 21, 2025
--------------------------------------------------------------------------------------
ALCACHOFA: Fix room transitions when examining items,

---------------------------------------------------------------------------------------
thextech.mk f491cfb3f0d186a54a4eedb2b408b9393ab00145 # Version: Commits on Nov 21, 2025
---------------------------------------------------------------------------------------
UpdateGraphics: move vScreen fader below HUD,

-----------------------------------------------------------------------------------------
rpi-eeprom.mk 801aeb77c5278062c930d2f0992e5f8d14fd4fab # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------------
pieeprom-2025-11-21: 2711: recovery: Restore recovery_wait option (latest)

* recovery: Restore recovery_wait option

  Restore the recovery_wait config.txt option. If this option is set

  then recovery.bin will not rename itself or reboot. Instead flash

  the activity LED on completion.

  This option can be useful when creating an SD card to erase the

  EEPROM or program the RPIBOOT gpio on multiple devices.

  If recovery_wait=1 and recovery.bin is run from the SD card then

  indicate success of erase_eeprom=1 or program_rpiboot_gpio=N was

  set instead of requiring the EEPROM to be updated.

* Manufacture test updates for SDRAM.,

----------------------------------------------------------------------------------------
pironman5.mk 0902a2debb3f041c87d3554d26608379ec80a11d # Version: Commits on Nov 21, 2025
----------------------------------------------------------------------------------------
build: update version to 1.2.22

Remove alpha tag from version as we're moving to stable release,

--------------------------------------------------------------------------------------
aic8800.mk 5220943ea16e465d576ec44d12e7d709cff36ebd # Version: Commits on Nov 21, 2025
--------------------------------------------------------------------------------------
Merge pull request #60 from radxa-pkg/dependabot/github_actions/actions/download-artifact-6

chore(deps): bump actions/download-artifact from 5 to 6,

------------------------------------------------------------------------------------
box64.mk cc389b3ec3631f1a3ce7c90b14764b33802ef209 # Version: Commits on Nov 21, 2025
------------------------------------------------------------------------------------
[RCFILE] Updated an obsolete steam option (#3201),

---------------------------------------------------------------------------------------
corsixth.mk d3ab53a0d43d666accff830f7cbfe3fb1bb943f1 # Version: Commits on Nov 21, 2025
---------------------------------------------------------------------------------------
patch: @@ -3,7 +3,7 @@

 name: Bug report

 description: Create a report to help us improve

 title: \[Bug] Give a summary of the problem\

-labels: [\bug\]

+type: Bug

 ### Questions

 # What happened?

-------------------------------------------------------------------------------------------
jazz2-native.mk 09123bd8ed7593da0e6b977cca3751504bc8a6e9 # Version: Commits on Nov 21, 2025
-------------------------------------------------------------------------------------------
Added Hungarian string for \Continuous Jump\ (#122),

----------------------------------------------------------------------------------------
openmohaa.mk 8df4c828557c28e0259cd558123c2f83fad69e05 # Version: Commits on Nov 20, 2025
----------------------------------------------------------------------------------------
docs(contributing): state that English must be used when writing,

-----------------------------------------------------------------------------------
rott.mk 2a0b8be0b505ce0b34fd100bf21521ec8bd689fb # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------
Remove IS8250 stuff,

----------------------------------------------------------------------------------
stk.mk 612d393b5016ef077f7dad334b03ca6fdb915bce # Version: Commits on Nov 21, 2025
----------------------------------------------------------------------------------
Significantly improve page up/down handling in lobby chat

- add a handlePaging function to allow screens to have custom handling for paging input ; it's only called when a list is not the active widget

- Greatly simplify the code in NetworkingLobby by removing key input detection and duplicated code between page up and page down handling. We can simply rely on handlePaging being called.

- Remove any condition on focused widgets : the only use of page up and page down in the networking lobby is for chat scrolling, therefore it is always interpreted that way. This makes it more convenient as there is no need to manually select the chatbox first to make paging inputs register.

- Make paging move the scroll position by almost a full page (90% of visible height instead of 10%). Paging is not supposed to produce tiny movements.,

---------------------------------------------------------------------------------------
mangohud.mk f60524b9d31261f6ffdc57cd27687f3b76d64301 # Version: Commits on Nov 21, 2025
---------------------------------------------------------------------------------------
inject_glx: change swapbuffer debug to trace,

----------------------------------------------------------------------------------------
retroarch.mk e2250b716260376b242b9becd5067a80f9217a26 # Version: Commits on Nov 21, 2025
----------------------------------------------------------------------------------------
ios: fix external keyboards

fixes #18426,

----------------------------------------------------------------------------------------
doomretro.mk 26b5ea1c4150fe681026b0b93d80115eb9340da1 # Version: Commits on Nov 21, 2025
----------------------------------------------------------------------------------------
Don't allow shift key to open menu from title screen,

----------------------------------------------------------------------------------
trx.mk 3626ff4fb11547c2e486a9bc13396bc800736011 # Version: Commits on Nov 21, 2025
----------------------------------------------------------------------------------
docs: update install trees,

--------------------------------------------------------------------------------------------
libretro-dice.mk a72a2c512ed8641c61fa515be6051b06355f0f72 # Version: Commits on Nov 21, 2025
--------------------------------------------------------------------------------------------
Fetch translations & Recreate libretro_core_options_intl.h,

-----------------------------------------------------------------------------------------------
libretro-flycast.mk 5bce763f66d77831604cded71b4435f141fa9f54 # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------------------
Merge remote-tracking branch 'origin/dev',

-----------------------------------------------------------------------------------------------
libretro-scummvm.mk 99e769b8077fe3f88596657f54fc06d7ba1c3713 # Version: Commits on Nov 21, 2025
-----------------------------------------------------------------------------------------------
ALCACHOFA: Fix room transitions when examining items,

--------------------------------------------------------------------------------------------
slang-shaders.mk a2ac00bcd5a44982ecaa6ba6e5b8cc9a9608b1d6 # Version: Commits on Nov 21, 2025
--------------------------------------------------------------------------------------------
Update crt-sines.slang (#812),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants