-
-
Notifications
You must be signed in to change notification settings - Fork 843
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 quick-xml in the cargo-minor group #18414
Conversation
Let's wait for Smithay/wayland-rs#766 to be |
(Just to be sure, a |
Release came out 2 weeks ago I think. |
This comment was marked as off-topic.
This comment was marked as off-topic.
46704ea
to
deec261
Compare
Thanks for the notice @danielhjacobs! |
Bumps the cargo-minor group with 1 update: [quick-xml](https://github.com/tafia/quick-xml). Updates `quick-xml` from 0.36.2 to 0.37.0 - [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.36.2...v0.37.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
deec261
to
ada80ad
Compare
------------------------------------------------------------------------------------ citra.mk 45953ad35bb0cc067eaee6a9f38182b37c9a90cb # Version: Commits on Feb 16, 2025 ------------------------------------------------------------------------------------ Make verbose logging the default (#350) Sets the default logging level to `:Trace` rather than `:Info` and `instant_debug_log` to `true` to help with debugging and troubleshooting. Users can easily reduce the verbosity back to :Info themselves if they wish., ------------------------------------------------------------------------------------------ duckstation.mk 78bd0fdf3e4c2484c6180763e05d4590ec1039de # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------ Qt: Always use ARGB32 for padded cover images Fixes black background around non-square covers., -------------------------------------------------------------------------------------- openmsx.mk 5071597618d92ff9e96bd0024a7a2c211411fac3 # Version: Commits on Feb 17, 2025 -------------------------------------------------------------------------------------- Matching multiple files in SDCDB debugger (#1863) * now \sdcdb map\ \list\ and \break\ may return multiple elements if they match. For instance: \sdcdb list myfunction\ will return more than one function if for instance you have multiple C files each with a static function with the same name). This feature copies GDB behaviour. * fixed a weird behaviour when a function has inline assembly it resets the C to address mapping returning the wrong position when you try to list those functions., ------------------------------------------------------------------------------------- ppsspp.mk 8b1bf43283d4f446027d13d14c4e109fd28b2a17 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------- Merge pull request #19988 from archanox/patch-2 Add GLES/EGL build config to build script, ------------------------------------------------------------------------------------ rpcs3.mk 52edef0867a7145b107cf9eee99f9f495416c2fa # Version: Commits on Feb 14, 2025 ------------------------------------------------------------------------------------ Remove xxHash submodule, --------------------------------------------------------------- ruffle.mk nightly-2025-02-17 # Version: Commits on Feb 17, 2025 --------------------------------------------------------------- ## What's Changed * ci: Use dotnet to install wix extensions by @sombraguerrero in ruffle-rs/ruffle#19534 * build(deps): bump quick-xml in the cargo-minor group by @torokati44 in ruffle-rs/ruffle#18414 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-02-14...nightly-2025-02-17, ----------------------------------------------------- ryujinx.mk 1.2.399 # Version: Commits on Feb 17, 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.399/ryujinx-canary-1.2.399-win_x64.zip) | | Linux 64-bit | [Canary Linux Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.399/ryujinx-canary-1.2.399-linux_x64.tar.gz) | | Linux ARM 64-bit | [Canary Linux ARM Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.399/ryujinx-canary-1.2.399-linux_arm64.tar.gz) | | macOS | [Canary macOS Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.399/ryujinx-canary-1.2.399-macos_universal.app.tar.gz) | **Full Changelog**: Ryubing/Ryujinx@Canary-1.2.398...Canary-1.2.399 -------------------------------------------------------------------------------------- shadps4.mk e67263cc0e6d33a40229d970a941f8b5598a9843 # Version: Commits on Feb 17, 2025 -------------------------------------------------------------------------------------- New Crowdin updates (#2467) * New translations en_us.ts (Romanian) * New translations en_us.ts (French) * New translations en_us.ts (Spanish) * New translations en_us.ts (Arabic) * New translations en_us.ts (Danish) * New translations en_us.ts (German) * New translations en_us.ts (Greek) * New translations en_us.ts (Finnish) * New translations en_us.ts (Hungarian) * New translations en_us.ts (Italian) * New translations en_us.ts (Japanese) * New translations en_us.ts (Korean) * New translations en_us.ts (Lithuanian) * New translations en_us.ts (Dutch) * New translations en_us.ts (Polish) * New translations en_us.ts (Russian) * New translations en_us.ts (Albanian) * New translations en_us.ts (Swedish) * New translations en_us.ts (Turkish) * New translations en_us.ts (Ukrainian) * New translations en_us.ts (Chinese Simplified) * New translations en_us.ts (Chinese Traditional) * New translations en_us.ts (Vietnamese) * New translations en_us.ts (Portuguese, Brazilian) * New translations en_us.ts (Indonesian) * New translations en_us.ts (Persian) * New translations en_us.ts (Portuguese) * New translations en_us.ts (Norwegian Bokmal) * New translations en_us.ts (French) * New translations en_us.ts (Turkish), -------------------------------------------------------------------------------------- tsugaru.mk ecb72bd39195d9ab101ec7d0143d6ea22a1c977c # Version: Commits on Feb 17, 2025 -------------------------------------------------------------------------------------- Added a tip., ------------------------------------------------- vice.mk r45499 # Version: Commits on Feb 17, 2025 ------------------------------------------------- Limit number of icon files installed Instead of installing all icon files in data/common/, install only those required, either by VICE itself or the OS'es guidelines. For SDL the 256x256 PNG icons are installed, except on Windows for SDL 1.x, where the 32x32 icons are installed (as suggested by the SDL docs). For Gtk3 on Unix the 32x32, 48x48, 64x64 and 256x256 icons are installed, either in their correct place when configured with `--enable-desktop-files` or in $PREFIX/share/vice otherwise. For Gtk3 on Windows the suggested icon sizes are used (16x16, 24x24, 32x32, 48x48, 64x64 and 256x256), linked with the executable using `icotool` and `windres`. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45499 379a1393-f5fb-40a0-bcee-ef074d9b53f7, ------------------------------------------------------------------------------------------- xenia-canary.mk b3d345610adaf700f169034df976fa111660dd57 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------- [Premake] Added ASAN to Checked configuration. There is issue with ImGui dialogs desctruction that always triggers ASAN, ------------------------------------------------------------------------------------------- xenia-native.mk b3d345610adaf700f169034df976fa111660dd57 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------- [Premake] Added ASAN to Checked configuration. There is issue with ImGui dialogs desctruction that always triggers ASAN, ----------------------------------------------------------------------------------------- rpi-eeprom.mk 3679582b23e45871bd6119311d706f4bdf9afb6b # Version: Commits on Feb 17, 2025 ----------------------------------------------------------------------------------------- pieeprom-2025-02-12: 2712: Promote to default release, ------------------------------------------------------------------------------------------- sdl12-compat.mk 33c743a53dc4c3178027777ba4f6b995277e6bc2 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------- CI: Build for arm64 (#346), ------------------------------------------------------------------------------------ box64.mk 049cbd3783cf079a27fa5c871d69272e945f60bd # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------ [ARM64_DYNAREC] More work on UD flags, ------------------------------------------------------------------------------------------ devilutionx.mk a2365c754ec0caf5d58df3a55367568eaf85f9f2 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------ [MinGW] Do not deploy files to /usr/cmake, ------------------------------------------------------------------------------------------ fallout2-ce.mk e97087b9582f37075db347a89898887320753f8b # Version: Commits on Feb 16, 2025 ------------------------------------------------------------------------------------------ Remove pause window, ------------------------------------------------------------------------------------------- jazz2-native.mk 80eca6c11a9f68071419a1d0e53511cdbdd9694e # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------------- Updated translations, fixed font rendering, ---------------------------------------------------------------------------------- stk.mk b42f4df182680a8c65f80b4bb72f6f82e386e87c # Version: Commits on Feb 17, 2025 ---------------------------------------------------------------------------------- Slow down new animation a bit for low fps, ---------------------------------------------------------------------------------------- retroarch.mk 754dbe37cca98b0eeb680b9231f6d5b05aaf86bf # Version: Commits on Feb 17, 2025 ---------------------------------------------------------------------------------------- Color the notification icon by message category (#17573) Use yellow for warnings and red for errors, keep the current blue for everything else. Additionally, flip the 'i' info icon upside down for warnings and errors so it becomes a '!' exclamation mark icon., ----------------------------------------------------------------------------------------- libdmdutil.mk 04cde19a5fe4e075b12d221c6f073641a39a77ca # Version: Commits on Feb 16, 2025 ----------------------------------------------------------------------------------------- deps: bump libzedmd to 893e59cc2f671be17455a68837f4618936006785, --------------------------------------------------------------------------------------- vpinball.mk 4099efbcaa7b5aa35b11f07e5a1273449baf15e4 # Version: Commits on Jul 23, 2024 --------------------------------------------------------------------------------------- misc: standalone builds for macos, ios, tvos, android, linux, and rpi, ------------------------------------------------------------------------------------- gzdoom.mk 7d180069e398734fac04c385f4732668eeee4b75 # Version: Commits on Feb 17, 2025 ------------------------------------------------------------------------------------- Fix FxExpression::EmitCompare not properly handling constant registers., ----------------------------------------------------------------------------------------- sonic3-air.mk 303e9ec779c9241f61447cfae179d60b6d7eb669 # Version: Commits on Feb 17, 2025 ----------------------------------------------------------------------------------------- Fix for crash when retrying script compilation just after it failed, ----------------------------------------------------------------------------------------- sonicmania.mk aa113871727d569077cbd7deff831a46a72cf147 # Version: Commits on Feb 17, 2025 ----------------------------------------------------------------------------------------- Add dependencies for non-DX subsystems in vcpkg command [skip ci], --------------------------------------------------------------------------------------- openlara.mk 46a753bbee487bfdda2e31b989fe9b979ce473fa # Version: Commits on Feb 15, 2025 --------------------------------------------------------------------------------------- [SDL2] Add missing SDL_QUIT event management and small bracket correction. (#499), ----------------------------------------------------------------------------------- tr1x.mk 5f0e321bacd44e03d08ecd9177be444755c7b26f # Version: Commits on Feb 16, 2025 ----------------------------------------------------------------------------------- tools: switch to new releasing strategy, ----------------------------------------------------------------------------------- tr2x.mk 5f0e321bacd44e03d08ecd9177be444755c7b26f # Version: Commits on Feb 16, 2025 ----------------------------------------------------------------------------------- tools: switch to new releasing strategy, --------------------------------------------------------------------------------------------------- libretro-dosbox-pure.mk ea5d52dfeb7798b3ec6ee5146fd13db175cd999f # Version: Commits on Feb 17, 2025 --------------------------------------------------------------------------------------------------- Make sure to load certain paths known to be either absolute or relaive to the working directory directly and not relative to the loaded content (like .conf files or files in the system directory) (#577), --------------------------------------------------------------------------------------------- libretro-fbneo.mk 1ed46d60ec032b821379ecf1867509aea445f0ed # Version: Commits on Feb 17, 2025 --------------------------------------------------------------------------------------------- (libretro) fix a regression from romdata impl., -------------------------------------------------------------------------------------------- libretro-mgba.mk f108dd801de31c04472cab2056fc9cef74ce8b76 # Version: Commits on Feb 17, 2025 -------------------------------------------------------------------------------------------- res: Add Game Boy/Color metadata to .desktop file, ---------------------------------------------------------------------------------------------- libretro-ppsspp.mk 8b1bf43283d4f446027d13d14c4e109fd28b2a17 # Version: Commits on Feb 17, 2025 ---------------------------------------------------------------------------------------------- Merge pull request #19988 from archanox/patch-2 Add GLES/EGL build config to build script, --------------------------------------------------------------------------------------------- libretro-vba-m.mk 5038cd7ba5768e04ccd0f930f4194725734de41d # Version: Commits on Feb 16, 2025 --------------------------------------------------------------------------------------------- translations: transifex pull Signed-off-by: Rafael Kitover <[email protected]>,
Replacing #18406 with this, so Dependabot won't get confused...
Bumps the cargo-minor group with 1 update: quick-xml.
Updates
quick-xml
from 0.36.2 to 0.37.0