-
-
Notifications
You must be signed in to change notification settings - Fork 844
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
torokati44
merged 1 commit into
ruffle-rs:master
from
torokati44:cargo-minor-1086d7474c
Feb 20, 2025
Merged
build(deps): bump the cargo-minor group across 1 directory with 4 updates #19557
torokati44
merged 1 commit into
ruffle-rs:master
from
torokati44:cargo-minor-1086d7474c
Feb 20, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adrian17
approved these changes
Feb 20, 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]>
6428efe
to
8c943d6
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is 2/3 of #19549, removing
ashpd
andtempfile
bumps from it, to avoid the nastyrand
/getrandom
/zerocopy
/etc. duplications.Bumps the cargo-minor group with 4 updates in the / directory:
4.5.29
4.5.30
1.13.2
1.14.0
0.37.0
0.37.2
0.12.5
0.13.0
Updates
clap
from 4.5.29 to 4.5.30Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f40b37f
chore: Release63bfe1a
docs: Update changelogd6bd7e2
Merge pull request #5763 from epage/complete0887593
fix(complete): Change ValueHint::Unknown to Other, from AnyPath61ebe72
chore: Release2e3fcc6
docs: Update changelog13dad4c
Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x3ca44c7
Merge pull request #5758 from clap-rs/renovate/terminal_size-0.xd71ae66
Merge pull request #5760 from clap-rs/renovate/stable-1.xa25c734
chore(deps): Update dependency STABLE to v1.81.0Updates
smallvec
from 1.13.2 to 1.14.0Release notes
Sourced from smallvec's releases.
Commits
174f4f0
Version 1.14.0eaeb871
Bump locked hongfuzz versioncd9f7d3
Implement MallocSizeOf for SmallVec (v1)03d9069
Make test_size test aware of target pointer width and "union" feature.Updates
quick-xml
from 0.37.0 to 0.37.2Release notes
Sourced from quick-xml's releases.
Changelog
Sourced from quick-xml's changelog.
Commits
52169ca
Release 0.37.29ad2010
Merge pull request #836 from pronebird/utf8writer3b5c74d
Add to_utf8_io_writer accepting std::io::Write0793d6a
Merge pull request #833 from Mingun/fix-serde-warnings65f57b2
Remove ignored tests which produces warnings since serde 1.0.21510177b1
Release 0.37.16c4c766
Merge pull request #832 from Turbo87/cdata-escapebe09876
AddBytesCData::escaped()
fna5ad85e
Merge pull request #830 from allan2/fix-typo7b5c972
Fix typoUpdates
lru
from 0.12.5 to 0.13.0Changelog
Sourced from lru's changelog.
Commits
6ad1127
Merge pull request #208 from jeromefroe/jerome/prepare-0-13-0-releasee0d89c7
Prepare 0.13.0 release32e2c06
Merge pull request #204 from magick93/upgrade_hashbrown5c1b2d9
Merge pull request #207 from jeromefroe/jerome/bump-msrv-to-1-652f10be2
Bump MSRV to 1.65.016048d8
Merge pull request #206 from traceflight/mru066d9bf
Add peek_mru pop_mrub7fec4a
Update hashbrown dependency to version 0.15.2