Skip to content

build(deps): bump the cargo-minor group with 9 updates#22992

Merged
torokati44 merged 1 commit intomasterfrom
dependabot/cargo/cargo-minor-47b93ee505
Feb 10, 2026
Merged

build(deps): bump the cargo-minor group with 9 updates#22992
torokati44 merged 1 commit intomasterfrom
dependabot/cargo/cargo-minor-47b93ee505

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the cargo-minor group with 9 updates:

Package From To
clap 4.5.56 4.5.57
anyhow 1.0.100 1.0.101
flate2 1.1.8 1.1.9
regex 1.12.2 1.12.3
tempfile 3.24.0 3.25.0
webbrowser 1.0.6 1.1.0
zip 7.2.0 7.4.0
pest 2.8.5 2.8.6
pest_derive 2.8.5 2.8.6

Updates clap from 4.5.56 to 4.5.57

Release notes

Sourced from clap's releases.

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
Changelog

Sourced from clap's changelog.

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
Commits
  • 69c0ddb chore: Release
  • 8206bba docs: Update changelog
  • c109d67 Merge pull request #6104 from epage/hide
  • 9d7f212 fix(complete): Hide dot files on dynamic completer
  • 77b3fdb test(complete): Show dot file behavior
  • f89b9b8 test(derive): Make stable across upgrade
  • 58eb8a9 chore: Release
  • 10a2a75 docs: Update changelog
  • a42eebf Merge pull request #6103 from epage/mut_subcommands
  • 5335f54 feat: Add Command::mut_subcommands
  • Additional commits viewable in compare view

Updates anyhow from 1.0.100 to 1.0.101

Release notes

Sourced from anyhow's releases.

1.0.101

Commits
  • 80bfe29 Release 1.0.101
  • dff8c43 Merge pull request #437 from Ibitier/inline-ok-helper
  • 85d9ea9 Add #[inline] to anyhow::Ok helper
  • 54036cc Update ui test suite to nightly-2026-01-21
  • cce0579 Update actions/upload-artifact@v5 -> v6
  • f2c598c Update actions/upload-artifact@v4 -> v5
  • 2c0bda4 Update to 2021 edition
  • 0d82268 Remove rustc version requirement from readme
  • 67df012 Merge pull request #436 from dtolnay/up
  • c898488 Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates flate2 from 1.1.8 to 1.1.9

Commits
  • 19ddb18 Merge pull request #529 from folkertdev/update-zlib-rs-0.6.0
  • c956e12 upgrade zlib-rs to version 0.6.0
  • 21d5eeb Merge pull request #528 from wgyt/wgyt/patch
  • 54f8484 update LICENSE-MIT
  • f4924fe Merge pull request #527 from jongiddy/crc-tests
  • 8b9b7a6 Add tests to check data CRC
  • fd17c74 Merge pull request #526 from folkertdev/zlib-rs-crc32
  • aef26ac check that zlib-rs no longer compiles crc32fast
  • 5ec7647 make crc32fast an optional dependency
  • c584e97 use zlib-rs for crc32 (when available)
  • See full diff in compare view

Updates regex from 1.12.2 to 1.12.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.
Commits
  • b028e4f 1.12.3
  • 5e195de regex-automata-0.4.14
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • See full diff in compare view

Updates tempfile from 3.24.0 to 3.25.0

Changelog

Sourced from tempfile's changelog.

3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.
Commits

Updates webbrowser from 1.0.6 to 1.1.0

Release notes

Sourced from webbrowser's releases.

v1.1.0

Added

  • macOS: provide a dont_switch option to allow opening browser in the background. See PR #106
Changelog

Sourced from webbrowser's changelog.

[1.1.0] - 2026-02-07

Added

  • macOS: provide a dont_switch option to allow opening browser in the background. See PR #106
Commits

Updates zip from 7.2.0 to 7.4.0

Release notes

Sourced from zip's releases.

v7.4.0

🚀 Features

  • Increase MSRV to 1.88 and update dependencies (#626)

v7.3.0

🚀 Features

  • cleanup the benchs and Cargo.toml (#606)
  • Add support for per-file comments (#543)

🐛 Bug Fixes

  • Document feature unreserved and make the mapping of extra fields public (#616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#598)

⚙️ Miscellaneous Tasks

  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

v7.3.0-pre1

🐛 Bug Fixes

  • Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)
  • make zip crate safer and more readable (#536)

⚡ Performance

  • Optimizations for CP437 conversion (#559)

⚙️ Miscellaneous Tasks

  • Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline
Changelog

Sourced from zip's changelog.

7.4.0 - 2026-02-05

🚀 Features

  • Increase MSRV to 1.88 and update dependencies (#626)

7.3.0 - 2026-02-04

🚀 Features

  • cleanup the benchmarks and Cargo.toml (#606)
  • Add support for per-file comments (#543)

🐛 Bug Fixes

  • Document feature unreserved and make the mapping of extra fields public (#616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#598)

⚙️ Miscellaneous Tasks

  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

7.3.0-pre1 - 2026-01-27

🐛 Bug Fixes

  • Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)
  • make zip crate safer and more readable (#536)

⚡ Performance

  • Optimizations for CP437 conversion (#559)

⚙️ Miscellaneous Tasks

  • Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline
Commits
  • 016d421 chore: release v7.4.0 (#628)
  • 18792c2 feat: Increase MSRV to 1.88 and update dependencies (#626)
  • c9bce39 test: Potential fixes for 5 code quality findings (method-description comment...
  • 5b61c24 test: Potential fixes for 2 code quality findings in tests/end_to_end.rs (#624)
  • 1c59f3c Apply suggested fix to CHANGELOG.md from Copilot Autofix (#623)
  • 41aeb9f Revert "ci: Temporarily override baseline for semver checks (revert after 7.3...
  • ba77189 chore: release v7.3.0 (#580)
  • 57b5ecc fix: Document feature unreserved and make the mapping of extra fields publi...
  • 579b67c Apply suggested fix to tests/zip_crypto.rs from Copilot Autofix (#620)
  • ca432a0 Apply suggested fix to tests/wasm32.rs from Copilot Autofix (#618)
  • Additional commits viewable in compare view

Updates pest from 2.8.5 to 2.8.6

Release notes

Sourced from pest's releases.

v2.8.6

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.5...v2.8.6

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates pest_derive from 2.8.5 to 2.8.6

Release notes

Sourced from pest_derive's releases.

v2.8.6

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.5...v2.8.6

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

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

Bumps the cargo-minor group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.56` | `4.5.57` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.8` | `1.1.9` |
| [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` |
| [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.0.6` | `1.1.0` |
| [zip](https://github.com/zip-rs/zip2) | `7.2.0` | `7.4.0` |
| [pest](https://github.com/pest-parser/pest) | `2.8.5` | `2.8.6` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.8.5` | `2.8.6` |


Updates `clap` from 4.5.56 to 4.5.57
- [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.56...clap_complete-v4.5.57)

Updates `anyhow` from 1.0.100 to 1.0.101
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.101)

Updates `flate2` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.8...1.1.9)

Updates `regex` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.2...1.12.3)

Updates `tempfile` from 3.24.0 to 3.25.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `webbrowser` from 1.0.6 to 1.1.0
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v1.0.6...v1.1.0)

Updates `zip` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v7.2.0...v7.4.0)

Updates `pest` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.5...v2.8.6)

Updates `pest_derive` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.5...v2.8.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: anyhow
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: flate2
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: tempfile
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: webbrowser
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: zip
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: pest
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: pest_derive
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Feb 9, 2026
@torokati44 torokati44 merged commit 3187e9f into master Feb 10, 2026
26 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/cargo-minor-47b93ee505 branch February 10, 2026 07:57
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Feb 15, 2026
------------------------------------------------------------------------------------------
dolphin-emu.mk fe517e2287014b833138722b3b593c733ebb51dd # Version: Commits on Feb 11, 2026
------------------------------------------------------------------------------------------
Merge pull request #14339 from jordan-woyak/pointer-wrap-no-do-pointer

ChunkFile: Prevent PointerWrap::Do(T&) from compiling with pointers.,

-----------------------------------------------------------------------------------
eden.mk 8e8e66f88090662dc6d35941f68c3e56ca9c84c4 # Version: Commits on Feb 11, 2026
-----------------------------------------------------------------------------------
[vk] load VK_KHR_GET_SURFACE_CAPABILITIES_2 on drivers (not a hard requirement) for maintainance 1 (#3514)

--------------------------------------------------------------------------------------
melonds.mk 85ee531353ef6986214de733c24a0a73bd2e2a67 # Version: Commits on Feb 11, 2026
--------------------------------------------------------------------------------------
fix up starting tab for EmuSettingsDialog (again)

thinking maybe we should set it programmatically so it stops being a problem,

--------------------------------------------------------------------------------------
openmsx.mk ddaa3ed07ae8a1bc3341c2b7f2e30dc5506619f6 # Version: Commits on Feb 11, 2026
--------------------------------------------------------------------------------------
Document that other T9769 types have been seen in the wild.,

----------------------------------------------------
pcsx2.mk v2.7.113 # Version: Commits on Feb 10, 2026
----------------------------------------------------
- [GS: Add some GSVector4i methods.](PCSX2/pcsx2#13984)

,

-------------------------------------------------------------------------------------
ppsspp.mk 56b3c8674265a0203cf3276a4b410a264abe6766 # Version: Commits on Feb 11, 2026
-------------------------------------------------------------------------------------
Merge pull request #21241 from hrydgard/more-assorted-fixes

Only clear vblank listeners on exec start, not flip listeners.,

------------------------------------------------------------------------------------
rpcs3.mk 7cfe96a1d121e12fbdfe42befe9af5bbd561be99 # Version: Commits on Feb 11, 2026
------------------------------------------------------------------------------------
macOS: Check for hw.optional.neon as fallback,

-------------------------------------------------------------------------------------
snes9x.mk 5110899f86b0facb67ebd84200e3d43e4f7f4e01 # Version: Commits on Feb 11, 2026
-------------------------------------------------------------------------------------
Adding StartupWMClass (#1026),

-------------------------------------------------------------------------------------
vita3k.mk 10df77a19b0e9ba95e68f91637500e5b2e52c220 # Version: Commits on Jan 28, 2026
-------------------------------------------------------------------------------------
util: Optimize usage of Boost Describe

- Optimize the commit 73f05100.,

-------------------------------------------------------------------------------------
ikemen.mk 18ba3876703ac027b8373e0908bf858f48a361bc # Version: Commits on Feb 11, 2026
-------------------------------------------------------------------------------------
Merge pull request #3274 from ikemen-engine/fix10

fix: game crash when max turns > 4,

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

* build(deps): bump the cargo-minor group with 9 updates by @dependabot[bot] in ruffle-rs/ruffle#22992

* build(deps-dev): bump the npm-minor group in /web with 3 updates by @dependabot[bot] in ruffle-rs/ruffle#22989

* avm1: Improve loading a movie into root by @kjarosh in ruffle-rs/ruffle#22896

* desktop: Improve logging on desktop a bit by @kjarosh in ruffle-rs/ruffle#22994

* chore: Update gc-arena, indexmap and remove manual `Collect` impls by @SuchAFuriousDeath in ruffle-rs/ruffle#22984

**Full Changelog**: ruffle-rs/ruffle@nightly-2026-02-10...nightly-2026-02-11,

------------------------------------------------------------------------------------
box64.mk 6c62e16d14d7f46ad0035b130141bd16f39a1141 # Version: Commits on Feb 11, 2026
------------------------------------------------------------------------------------
Fix incorrect bit shift in fpu_do_free (#3492)

The FPU tag word uses 2 bits per register.

The previous implementation

shifted the mask by 'i' instead of 'i * 2'.,

------------------------------------------------------------------------------------------
devilutionx.mk 016c400eab80344867c0499b950d82a923146ceb # Version: Commits on Feb 11, 2026
------------------------------------------------------------------------------------------
Replace sound cues with placeholders,

---------------------------------------------------------------------------------------
etlegacy.mk 0e23d912be34699e427baa10e78a7a7fac6b7fc0 # Version: Commits on Feb 11, 2026
---------------------------------------------------------------------------------------
etmain: skip single option menus in classmenu (#3287),

---------------------------------------------------------------------------------------
openjazz.mk 954d5ede7018fc10683e747c86b867687132144b # Version: Commits on Feb 11, 2026
---------------------------------------------------------------------------------------
Merge branch 'feature/platform-abstraction',

----------------------------------------------------------------------------------------
openmohaa.mk 729e72ae40478a73eafe3a4e1567e7fbcfe03e05 # Version: Commits on Feb 10, 2026
----------------------------------------------------------------------------------------
docs: update compiling documentation to reflect with the new CMake changes from ioquake3,

--------------------------------------------------------------------------------------
stalker.mk 83ac6bbaa5f2c1248f30530b339426ce645832f7 # Version: Commits on Feb 11, 2026
--------------------------------------------------------------------------------------
fix: `m_opt_backup_value` not being initialized in `CUICheckButton` (#2049)

Co-authored-by: Xottab-DUTY <xottab-duty@yandex.ru>,

----------------------------------------------------------------------------------------
supertux2.mk 035110f0f8e3fb7f5aab2b2f5275ae22f940a6c7 # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------
Floral blossom: remove spikes in pit

[ci skip]

Fixes #3611,

----------------------------------------------------------------------------------------------
batocera-pygame.mk f5396b1173c34f193752d61704fa77f14968867f # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------------
Rewrote videoplayer ffmpeg management,

------------------------------------------------------------
syncthing.mk v2.0.15-rc.1 # Version: Commits on Feb 11, 2026
------------------------------------------------------------
## Major changes in 2.0

- Database backend switched from LevelDB to SQLite. There is a migration on

  first launch which can be lengthy for larger setups. The new database is

  easier to understand and maintain and, hopefully, less buggy.

- The logging format has changed to use structured log entries (a message

  plus several key-value pairs). Additionally, we can now control the log

  level per package, and a new log level WARNING has been inserted between

  INFO and ERROR (which was previously known as WARNING...). The INFO level

  has become more verbose, indicating the sync actions taken by Syncthing. A

  new command line flag `--log-level` sets the default log level for all

  packages, and the `STTRACE` environment variable and GUI has been updated

  to set log levels per package. The `--verbose` and `--logflags` command

  line options have been removed and will be ignored if given.

- Deleted items are no longer kept forever in the database, instead they are

  forgotten after fifteen months. If your use case require deletes to take

  effect after more than a fifteen month delay, set the

  `--db-delete-retention-interval` command line option or corresponding

  environment variable to zero, or a longer time interval of your choosing.

- Modernised command line options parsing. Old single-dash long options are

  no longer supported, e.g. `-home` must be given as `--home`. Some options

  have been renamed, others have become subcommands. All serve options are

  now also accepted as environment variables. See  `syncthing --help` and

  `syncthing serve --help` for details.

- Rolling hash detection of shifted data is no longer supported as this

  effectively never helped. Instead, scanning and syncing is faster and more

  efficient without it.

- A \default folder\ is no longer created on first startup.

- Multiple connections are now used by default between v2 devices. The new

  default value is to use three connections: one for index metadata and two

  for data exchange.

- The following platforms unfortunately no longer get prebuilt binaries for

  download at syncthing.net and on GitHub, due to complexities related to

  cross compilation with SQLite:

  - dragonfly/amd64

  - solaris/amd64

  - linux/ppc64

  - netbsd/*

  - openbsd/386 and openbsd/arm

  - windows/arm

- The handling of conflict resolution involving deleted files has changed. A

  delete can now be the winning outcome of conflict resolution, resulting in

  the deleted file being moved to a conflict copy.

This release is also available as:

* APT repository: https://apt.syncthing.net/

* Docker image: `docker.io/syncthing/syncthing:2.0.15-rc.1` or `ghcr.io/syncthing/syncthing:2.0.15-rc.1`

  (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version)

## What's Changed

### Fixes

* fix(gui): show restarting modal during upgrade restart (fixes #1248) by @steadytao in syncthing/syncthing#10566

* fix(gui): remove width limit for language select items by @EastSun5566 in syncthing/syncthing#10531

### Other

* chore(gui): add id and name to Stay logged in checkbox for password managers by @epifeny in syncthing/syncthing#10558

* chore(db): add ability to wait for programmatically started database maintenance, query last maintenance time by @pixelspark in syncthing/syncthing#10565

* chore(etc): add comprehensive sandboxing by @Valloric in syncthing/syncthing#10421

* chore: build with Go 1.26; use Go 1.25 features by @calmh in syncthing/syncthing#10570

## New Contributors

* @epifeny made their first contribution in syncthing/syncthing#10558

* @steadytao made their first contribution in syncthing/syncthing#10566

* @EastSun5566 made their first contribution in syncthing/syncthing#10531

* @Valloric made their first contribution in syncthing/syncthing#10421

**Full Changelog**: syncthing/syncthing@v2.0.14...v2.0.15-rc.1,

----------------------------------------------------------------------------------------
retroarch.mk 5a389b5332002929340bc37cb81e4b9568c47ee5 # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------
ios: fix hang on phone call,

---------------------------------------------------------------------------------------------
easyrpg-player.mk 2b3bee4c304369d80e4ce4beebf129be00db2492 # Version: Commits on Feb 10, 2026
---------------------------------------------------------------------------------------------
Merge pull request #3482 from Lt-knb/Transition-fixes

Fix Mosaic and Wave, and other transition issues,

--------------------------------------------------------------------------------------------
vpinball-next.mk 57cf9636068be62cb357c08c168e5dd84c591a2f # Version: Commits on Feb 11, 2026
--------------------------------------------------------------------------------------------
mobile: refactor iOS and Android apps.,

----------------------------------------------------------------------------------------
doomretro.mk e90ff35130e0c1a1c2479a978e200850cf2bc277 # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------
Fix menu background glitching when transitioning widescreen off,

----------------------------------------------------------------------------------
trx.mk bb88b6bd84686100f3f8735cc341ca1504ef7a50 # Version: Commits on Feb 10, 2026
----------------------------------------------------------------------------------
savegame: do not force NG+ guns on every level

Resolves #4711.,

---------------------------------------------------------------------------------------------------
libretro-dosbox-pure.mk db325ff427e3d0df2e6c38bc75b00b6771e03b38 # Version: Commits on Feb 11, 2026
---------------------------------------------------------------------------------------------------
Set version to 1.0-preview5,

-----------------------------------------------------------------------------------------------
libretro-easyrpg.mk 2b3bee4c304369d80e4ce4beebf129be00db2492 # Version: Commits on Feb 10, 2026
-----------------------------------------------------------------------------------------------
Merge pull request #3482 from Lt-knb/Transition-fixes

Fix Mosaic and Wave, and other transition issues,

----------------------------------------------------------------------------------------------
libretro-ecwolf.mk 15c1aa3114b2b9cdb1baec0a6467b2b868371446 # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------------
Merge pull request #104 from warmenhoven/warmenhoven/pr/mod

Uodate .gitlab-ci.yml,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk 417c218e5ca94875e9b094dc2caea5ee7b91fc49 # Version: Commits on Feb 11, 2026
---------------------------------------------------------------------------------------------
(libretro) update files,

-------------------------------------------------------------------------------------------------
libretro-geargrafx.mk 6ed9922d0de63e7509a8a3296aeba1dedfb6a191 # Version: Commits on Feb 11, 2026
-------------------------------------------------------------------------------------------------
Refactor sound queue as module,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 56b3c8674265a0203cf3276a4b410a264abe6766 # Version: Commits on Feb 11, 2026
----------------------------------------------------------------------------------------------
Merge pull request #21241 from hrydgard/more-assorted-fixes

Only clear vblank listeners on exec start, not flip listeners.,

---------------------------------------------------------------------------------------------
libretro-vba-m.mk 5239c713d851c749b0de8b68dff5abaa23897e91 # Version: Commits on Feb 11, 2026
---------------------------------------------------------------------------------------------
build: installdeps: add FAudio to FreeBSD pkg list

Add FAudio-sdl3 to list of packages to install for FreeBSD in

`installdeps`.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>,
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.

1 participant