arturh85 / factorio-bot

Tauri based Frontend for Factorio Bot
MIT License
6 stars 0 forks source link

Update Rust crate open to v5 #1063

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
open dependencies major ^4.2.0 -> ^5.0.0

Release Notes

Byron/open-rs (open) ### [`v5.0.0`](https://togithub.com/Byron/open-rs/blob/HEAD/changelog.md#500-2023-06-25) [Compare Source](https://togithub.com/Byron/open-rs/compare/v4.2.0...v5.0.0) ##### Bug Fixes (BREAKING) - `with()` on windows to be able to lookup `program` in registry/PATH. The underlying invocation of `with()` changed slightly on windows to make it more useful as it can now find application names like `chrome` in the registry, but that change may also be breaking for some who previously worked around the previous behaviour. Please let us know if this truly works better, or if more changes are needed to launch something with a program on Windows. See [https://github.com/Byron/open-rs/pull/82](https://togithub.com/Byron/open-rs/pull/82) for details. ##### Commit Statistics - 4 commits contributed to the release over the course of 3 calendar days. - 3 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​80](https://togithub.com/Byron/open-rs/issues/80) ##### Commit Details
view details - **[#​80](https://togithub.com/Byron/open-rs/issues/80)** - Fix open::with() on Windows. ([`5607cd6`](https://togithub.com/Byron/open-rs/commit/5607cd69f4f53aa02c67bccb60f7d4f9be6b74ea)) - `open` application now reads `OPEN_WITH` environment variable to obtain the program to open with. ([`659b8a0`](https://togithub.com/Byron/open-rs/commit/659b8a0a6580fb89376daf27822fc08557ccf477)) - **Uncategorized** - `with()` on windows to be able to lookup `program` in registry/PATH. ([`ddf4842`](https://togithub.com/Byron/open-rs/commit/ddf4842dc78389e87615f5c2ddf9e859b11277b2)) - Cleanup `main` program to support `--with` on all platforms. ([`b5528b6`](https://togithub.com/Byron/open-rs/commit/b5528b60d49f4dd48449d9ff5b75edbea71ce248))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.