Skip to content
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

build(deps): bump the cargo-minor group across 1 directory with 4 updates #19557

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

torokati44
Copy link
Member

This is 2/3 of #19549, removing ashpd and tempfile bumps from it, to avoid the nasty rand/getrandom/zerocopy/etc. duplications.

Bumps the cargo-minor group with 4 updates in the / directory:

Package From To
clap 4.5.29 4.5.30
smallvec 1.13.2 1.14.0
quick-xml 0.37.0 0.37.2
lru 0.12.5 0.13.0

Updates clap from 4.5.29 to 4.5.30

Release notes

Sourced from clap's releases.

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Changelog

Sourced from clap's changelog.

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Commits
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • d6bd7e2 Merge pull request #5763 from epage/complete
  • 0887593 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
  • 61ebe72 chore: Release
  • 2e3fcc6 docs: Update changelog
  • 13dad4c Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
  • 3ca44c7 Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
  • d71ae66 Merge pull request #5760 from clap-rs/renovate/stable-1.x
  • a25c734 chore(deps): Update dependency STABLE to v1.81.0
  • Additional commits viewable in compare view

Updates smallvec from 1.13.2 to 1.14.0

Release notes

Sourced from smallvec's releases.

v1.14.0

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.13.2...v1.14.0

Commits
  • 174f4f0 Version 1.14.0
  • eaeb871 Bump locked hongfuzz version
  • cd9f7d3 Implement MallocSizeOf for SmallVec (v1)
  • 03d9069 Make test_size test aware of target pointer width and "union" feature.
  • See full diff in compare view

Updates quick-xml from 0.37.0 to 0.37.2

Release notes

Sourced from quick-xml's releases.

v0.37.2 - se::to_utf8_io_writer()

What's Changed

New Features

  • #836: Add se::to_utf8_io_writer() helper compatible with std::io::Write and restricted to UTF-8 encoding.

#836: tafia/quick-xml#836

New Contributors

Full Changelog: tafia/quick-xml@v0.37.1...v0.37.2

v0.37.1 - Write CDATA safely

What's Changed

New Features

  • #831: Add BytesCData::escaped() fn to construct CDATA events from arbitrary user input.

#831: tafia/quick-xml#831

New Contributors

Full Changelog: tafia/quick-xml@v0.37.0...v0.37.1

Changelog

Sourced from quick-xml's changelog.

0.37.2 -- 2024-12-29

New Features

  • #836: Add se::to_utf8_io_writer() helper compatible with std::io::Write and restricted to UTF-8 encoding.

#836: tafia/quick-xml#836

0.37.1 -- 2024-11-17

New Features

  • #831: Add BytesCData::escaped() fn to construct CDATA events from arbitrary user input.

#831: tafia/quick-xml#831

Commits
  • 52169ca Release 0.37.2
  • 9ad2010 Merge pull request #836 from pronebird/utf8writer
  • 3b5c74d Add to_utf8_io_writer accepting std::io::Write
  • 0793d6a Merge pull request #833 from Mingun/fix-serde-warnings
  • 65f57b2 Remove ignored tests which produces warnings since serde 1.0.215
  • 10177b1 Release 0.37.1
  • 6c4c766 Merge pull request #832 from Turbo87/cdata-escape
  • be09876 Add BytesCData::escaped() fn
  • a5ad85e Merge pull request #830 from allan2/fix-typo
  • 7b5c972 Fix typo
  • See full diff in compare view

Updates lru from 0.12.5 to 0.13.0

Changelog

Sourced from lru's changelog.

v0.13.0 - 2025-01-27

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.
Commits
  • 6ad1127 Merge pull request #208 from jeromefroe/jerome/prepare-0-13-0-release
  • e0d89c7 Prepare 0.13.0 release
  • 32e2c06 Merge pull request #204 from magick93/upgrade_hashbrown
  • 5c1b2d9 Merge pull request #207 from jeromefroe/jerome/bump-msrv-to-1-65
  • 2f10be2 Bump MSRV to 1.65.0
  • 16048d8 Merge pull request #206 from traceflight/mru
  • 066d9bf Add peek_mru pop_mru
  • b7fec4a Update hashbrown dependency to version 0.15.2
  • See full diff in compare view

@torokati44 torokati44 added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Feb 19, 2025
…ates

Bumps the cargo-minor group with 4 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.30` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.13.2` | `1.14.0` |
| [quick-xml](https://github.com/tafia/quick-xml) | `0.37.0` | `0.37.2` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.12.5` | `0.13.0` |

Updates `clap` from 4.5.29 to 4.5.30
- [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.29...clap_complete-v4.5.30)

Updates `smallvec` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.13.2...v1.14.0)

Updates `quick-xml` from 0.37.0 to 0.37.2
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.37.0...v0.37.2)

Updates `lru` from 0.12.5 to 0.13.0
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the cargo-minor-1086d7474c branch from 6428efe to 8c943d6 Compare February 20, 2025 18:14
@torokati44 torokati44 enabled auto-merge (rebase) February 20, 2025 18:15
@torokati44 torokati44 merged commit fee3655 into ruffle-rs:master Feb 20, 2025
22 checks passed
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Feb 23, 2025
------------------------------------------------------------------------------------------
dolphin-emu.mk 01099d67cbc921176a760b2246d8591aec0983be # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------------
Merge pull request #13326 from nlebeck/taskviewmodel-mustrestartapp

Eliminate TaskViewModel's `mustRestartApp` field,

------------------------------------------------------------------------------------------
duckstation.mk 3ea26cc9108256270ae1d1953919b12c6809866e # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------------
GPU: Rewrite automatic resolution scaling

Make it play nice with rewind/runahead.,

-------------------------------------------------------------------------------------
ikemen.mk d8b409c07d978b4e59279f3319fa95cefa9d24b0 # Version: Commits on Feb 20, 2025
-------------------------------------------------------------------------------------
Merge pull request #2334 from Jesuszilla/new-feats

fix: Refactored the BindToParent/Root fix to more sensible logic, added missing bind checks for PosSet Z,

-----------------------------------------------------------------------------------------
lightspark.mk 5c4273553580ba23198a5ac97b29d907014c4250 # Version: Commits on Feb 20, 2025
-----------------------------------------------------------------------------------------
[MovieClip] Call the parent class' version of `afterLegacyDelete()`

Not sure how this wasn't noticed earlier.

This allows Super Mario 63's HUD text to actually update.,

--------------------------------------------------------------------------------------
melonds.mk 63b468927e1c744e21057ccb4c5677f52502b442 # Version: Commits on Feb 21, 2025
--------------------------------------------------------------------------------------
ci: enable building of appimages on aarch64

Looks like whatever was causing linuxdeploy to crash got fixed, so we can build them now.,

----------------------------------------------------
pcsx2.mk v2.3.168 # Version: Commits on Feb 21, 2025
----------------------------------------------------
- [wayland: fix and enable by default](PCSX2/pcsx2#12333)

-------------------------------------------------------------------------------------
ppsspp.mk 16d866a4828641afef181c27dbbc50cb5ad2b44b # Version: Commits on Feb 21, 2025
-------------------------------------------------------------------------------------
Merge pull request #20016 from hrydgard/android-scaling-fixes

Android: Rework how DPI and Android hardware scaling interacts.,

------------------------------------------------------------------------------------
rpcs3.mk 86a832da29316f7b6c15ca9b0f2639e23e74a9e0 # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------
unpkg: Add support for IDU packages,

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

* chore: Fix beta clippy lints `manual_div_ceil` and `unneeded_struct_pattern` by @torokati44 in ruffle-rs/ruffle#19564

* build(deps): bump the cargo-minor group across 1 directory with 4 updates by @torokati44 in ruffle-rs/ruffle#19557

* render: Small improvements to render crates by @a1phyr in ruffle-rs/ruffle#19574

* avm2: Better trait verification by @Lord-McSweeney in ruffle-rs/ruffle#17119

## New Contributors

* @a1phyr made their first contribution in ruffle-rs/ruffle#19574

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

-----------------------------------------------------
ryujinx.mk 1.2.411 # Version: Commits on Feb 21, 2025
-----------------------------------------------------
# Canary builds:

These builds are experimental and may sometimes not work, use [regular builds](https://github.com/Ryubing/Ryujinx/releases/latest) instead if that sounds like something you don't want to deal with.

| Platform | Artifact |

|--|--|

| Windows 64-bit | [Canary Windows Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.411/ryujinx-canary-1.2.411-win_x64.zip) |

| Linux 64-bit | [Canary Linux Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.411/ryujinx-canary-1.2.411-linux_x64.tar.gz) |

| Linux ARM 64-bit | [Canary Linux ARM Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.411/ryujinx-canary-1.2.411-linux_arm64.tar.gz) |

| macOS | [Canary macOS Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.411/ryujinx-canary-1.2.411-macos_universal.app.tar.gz) |

**Full Changelog**: Ryubing/Ryujinx@Canary-1.2.410...Canary-1.2.411

--------------------------------------------------------------------------------------
shadps4.mk 9424047214665c8a00b84413a47ef9f7bd02c475 # Version: Commits on Feb 21, 2025
--------------------------------------------------------------------------------------
shader_recompiler: Proper support for inst-typed buffer format operations. (#2469),

-------------------------------------------------
vice.mk r45502 # Version: Commits on Feb 21, 2025
-------------------------------------------------
Remove unused Windows-specific file

Remove file used for the old 'icon.png' chickenhead logo.

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

----------------------------------------------------------------------------------------
pironman5.mk 2b7769adb64e17fc76af5c1aaeebc37e4079e851 # Version: Commits on Feb 20, 2025
----------------------------------------------------------------------------------------
fix lgpio installation,

--------------------------------------------------------------------------------------
pm_auto.mk bb39c835a82b76a7217399dd548cad878ff5c024 # Version: Commits on Feb 20, 2025
--------------------------------------------------------------------------------------
improve oled display when no ip on boot,

-------------------------------------------------------------------------------------------
pm_dashboard.mk fab6bed940db1cd30218081c308cf044624d330d # Version: Commits on Feb 21, 2025
-------------------------------------------------------------------------------------------
improve log,

----------------------------------------------------------------------------------------
rtl8812au.mk dabcb74da670a12ca74125588bc89aa8ad086c13 # Version: Commits on Feb 21, 2025
----------------------------------------------------------------------------------------
support for kernel 6.14 - .get_tx_power,

------------------------------------------------------------------------------------
box64.mk 91b282235b44ae32ec46738fba2d151ace99fb5b # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------
[BOX32][ANDROID][TERMUX] revert previous commit and added a new test for shmat wrapped function (still for #2227),

---------------------------------------------------------------------------------------
corsixth.mk 82273234a003e8c2ebebd57f037136257a9a36fe # Version: Commits on Feb 21, 2025
---------------------------------------------------------------------------------------
Merge pull request #2762 from lewri/reroute_spawns

Change reroute behaviour on trimmed paths,

------------------------------------------------------------------------------------------
devilutionx.mk 0c381798087dee4ce1d989e1569bc8d66068f2f6 # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------------
Upgrade VCPKG commit for SDL2 2.32.0

This catches up SDL version for MSVC,

---------------------------------------------------------------------------------------
etlegacy.mk 14571b72bfb81d8fedb998460a7266fab9c1b77f # Version: Commits on Feb 20, 2025
---------------------------------------------------------------------------------------
app: cleanup,

-------------------------------------------------------------------------------------------
jazz2-native.mk 5f23383998df6f887beb2e69bf9f0b3cb5308183 # Version: Commits on Feb 20, 2025
-------------------------------------------------------------------------------------------
Updated translations,

------------------------------------------------
vcmi.mk 1.6.6 # Version: Commits on Feb 21, 2025
------------------------------------------------
Note: saved games from 1.5 release can be loaded in 1.6

### Changelog

- Player Changelog: [1.6.5 -> 1.6.6](https://github.com/vcmi/vcmi/blob/master/ChangeLog.md#165---166)

- Full Changelog: https://github.com/vcmi/vcmi/compare/1.6.5..1.6.6

### Additional builds

<!-- - Android release will be available on Google Play shortly -->

<!-- - Linux release will be available on Flathub shortly -->

<!-- - Ubuntu release will be available on VCMI PPA shortly -->

<!-- - Android release is available on [Google Play](https://play.google.com/store/apps/details?id=is.xyz.vcmi) -->

<!-- - Linux release is available on [Flathub](https://flathub.org/apps/eu.vcmi.VCMI) -->

<!-- - Ubuntu release is available on [VCMI PPA](https://launchpad.net/~vcmi/+archive/ubuntu/ppa) -->

- Android release is available on [Google Play](https://play.google.com/store/apps/details?id=is.xyz.vcmi)

- Linux release is available on [Flathub](https://flathub.org/apps/eu.vcmi.VCMI)

- Ubuntu release is available on [VCMI PPA](https://launchpad.net/~vcmi/+archive/ubuntu/ppa)

- macOS release can be installed via Homebrew: `brew install --cask --no-quarantine vcmi/vcmi/vcmi`,

----------------------------------------------------------------------------------------------------
sdl2-gamecontrollerdb.mk 6c9d4e279d96f47566d44989d308d60aa39b8415 # Version: Commits on Feb 21, 2025
----------------------------------------------------------------------------------------------------
add PowerA Xbox Series X (#832)

* add PowerA Xbox Series X

* Remove CRC

---------

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

---------------------------------------------------------------------------------------
hid-t150.mk 8266ddd9742cb11289c2b23054ea0338911f6dcb # Version: Commits on Feb 21, 2025
---------------------------------------------------------------------------------------
Remove deprecated options,

----------------------------------------------------------------------------------------
retroarch.mk 9005e1b9fedf4794cada6c739f1e4058256e03ea # Version: Commits on Feb 21, 2025
----------------------------------------------------------------------------------------
Use correct key into message data to get last asset fetch time (#17607),

------------------------------------------------------------------------------------
box86.mk ba5b9e9954deedde62a1378d036405a51792bb37 # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------
Fixed a potential issue with findBlockHinted (for #1031),

-------------------------------------------------------------------------------------
gzdoom.mk d9c224439dc00ea288426ffbb4664b499d95dd6c # Version: Commits on Feb 21, 2025
-------------------------------------------------------------------------------------
don't allow changing out-ness of parameters in virtual overrides,

-----------------------------------------------------------------------------------
tr1x.mk ed2281d1d7b20b7ace77947838aac7a13d978ebd # Version: Commits on Feb 21, 2025
-----------------------------------------------------------------------------------
tr2/commands: add /wireframe and /cheats

Resolves #2500.,

-----------------------------------------------------------------------------------
tr2x.mk ed2281d1d7b20b7ace77947838aac7a13d978ebd # Version: Commits on Feb 21, 2025
-----------------------------------------------------------------------------------
tr2/commands: add /wireframe and /cheats

Resolves #2500.,

------------------------------------------------------------------------------------------------
libretro-gambatte.mk addae882e514da769bce6212ee6f7b05a2fcaa7f # Version: Commits on Feb 21, 2025
------------------------------------------------------------------------------------------------
Fetch translations & Recreate libretro_core_options_intl.h,

--------------------------------------------------------------------------------------------------
libretro-gearsystem.mk 39e1927ed90aad5863240cf3b25ceb3d8a8bdc15 # Version: Commits on Feb 20, 2025
--------------------------------------------------------------------------------------------------
Better ram mirror support in Jumbo Dahjee mapper,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 16d866a4828641afef181c27dbbc50cb5ad2b44b # Version: Commits on Feb 21, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20016 from hrydgard/android-scaling-fixes

Android: Rework how DPI and Android hardware scaling interacts.,
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