[PR #312] [MERGED] Update webbrowser requirement from 0.6.0 to 0.7.0 #392

Closed
opened 2026-02-27 20:24:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/312
Author: @dependabot[bot]
Created: 4/25/2022
Status: Merged
Merged: 4/26/2022
Merged by: @marioortizmanero

Base: masterHead: dependabot/cargo/webbrowser-0.7.0


📝 Commits (1)

  • 3288dd9 Update webbrowser requirement from 0.6.0 to 0.7.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on webbrowser to permit the latest version.

Release notes

Sourced from webbrowser's releases.

v0.7.0

Releasing v0.7.0, with the following changes:

Added

  • @​Azorlogh introduced a way to provide a target hint to the browser via BrowserOptions::target_hint. See #45. This is currently honoured only in WASM

Changed

  • We've now shifted to a non-consuming builder pattern in BrowserOptions as part of supporting BrowserOptions::target_hint. This is a breaking change for current BrowserOptions users, but shifting to the builder pattern would help avoid future breakages, as more items get added.
Changelog

Sourced from webbrowser's changelog.

[0.7.0] - 2022-04-24

Added

Changed

  • Breaking API change for users of BrowserOptions. We've now shifted to a non-consuming builder pattern to avoid future breakages, as more items get added to BrowserOptions

[0.6.0] - 2022-02-19

Changed

Fixed

  • On WASM, by default URLs are opened with a target of _blank. See #39. Thanks to @​vbeffa for pointing out the issue.
  • @​tokusumi fixed #41 where addition of open command (done for Haiku) was breaking things in some places.

[0.5.5] - 2020-07-20

Added

[0.5.4] - 2020-06-09

Fixed

  • Fix README to reflect platform support for Android and Haiku

[0.5.3] - 2020-06-09

Changed

[0.5.2] - 2019-08-22

Fixed

[0.5.1] - 2019-04-01

Fixed

[0.5.0] - 2019-03-31

Added

[0.4.0] - 2018-12-18

Changed

  • Use ShellExecuteW on Windows as the earlier approach of using cmd.exe was breaking on

... (truncated)

Commits
  • c1a03e9 Move version to 0.7.0
  • 3be9b3f Add to CHANGELOG for v0.7.0
  • 5ca94c2 Clarify role of hints in BrowserOptions
  • 0b750c2 fix linter error
  • edc9984 use builder pattern, fix default target & display impl
  • ca98a77 add target_hint to BrowserOptions
  • 83fb0a8 fix wasm test
  • 44dc79c fix tests
  • 8eab6d7 Move to latest actix version for testing
  • 3d04fe4 [skip ci] git ignore code-workspace files
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/312 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ✅ Merged **Merged:** 4/26/2022 **Merged by:** [@marioortizmanero](https://github.com/marioortizmanero) **Base:** `master` ← **Head:** `dependabot/cargo/webbrowser-0.7.0` --- ### 📝 Commits (1) - [`3288dd9`](https://github.com/ramsayleung/rspotify/commit/3288dd92bdf393cbc97a59cc670a68157aba0a72) Update webbrowser requirement from 0.6.0 to 0.7.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <p>Releasing v0.7.0, with the following changes:</p> <h3>Added</h3> <ul> <li><a href="https://github.com/Azorlogh"><code>@​Azorlogh</code></a> introduced a way to provide a target hint to the browser via <code>BrowserOptions::target_hint</code>. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/45">#45</a>. This is currently honoured only in WASM</li> </ul> <h3>Changed</h3> <ul> <li>We've now shifted to a non-consuming builder pattern in <code>BrowserOptions</code> as part of supporting <code>BrowserOptions::target_hint</code>. This is a breaking change for current <code>BrowserOptions</code> users, but shifting to the builder pattern would help avoid future breakages, as more items get added.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2022-04-24 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Introduce way to provide a target hint to the browser via <code>BrowserOptions::target_hint</code> [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/45">#45</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/45">amodm/webbrowser-rs#45</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Breaking API change for users of <code>BrowserOptions</code>. We've now shifted to a non-consuming builder pattern to avoid future breakages, as more items get added to <code>BrowserOptions</code></li> </ul> <h2>[0.6.0] - 2022-02-19 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Define consistent non-blocking behaviour on all UNIX platforms. Now, unless it's specifically a text browser (like lynx etc.), we make sure that the browser is launched in a non-blocking way. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/18">#18</a> and <a href="https://github.com/amodm/webbrowser-rs/commit/614cacf4a67ae0a75323768a1d70c16d792a760d">https://github.com/amodm/webbrowser-rs/commit/614cacf4a67ae0a75323768a1d70c16d792a760d</a></li> <li>Define default behaviour on all UNIX platforms to make sure that stdout/stderr are suppressed. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/20">#20</a> and <a href="https://github.com/amodm/webbrowser-rs/commit/ecfbf66daa0cc139bd557bd7899a183bd6575990">https://github.com/amodm/webbrowser-rs/commit/ecfbf66daa0cc139bd557bd7899a183bd6575990</a></li> <li>(Low probability) breaking change: All public functions now return a <code>Result&lt;()&gt;</code>. As almost all the uses of this library do a <code>.is_ok()</code> or equivalent, there should not be any breaks, but please report a bug if you do. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/42">#42</a> and <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/43">#43</a></li> <li><a href="https://github.com/VZout"><code>@​VZout</code></a> modified Android implementation to use JNI instead of <code>am start</code> because of permission issues in more recent Android.</li> <li>Define consistent behaviour for non-ascii URLs, where they're now encoded automatically before being invoked. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/34">#34</a> and <a href="https://github.com/amodm/webbrowser-rs/commit/11789ddfe36264bbbe7d596ab61e3fff855c3adb">https://github.com/amodm/webbrowser-rs/commit/11789ddfe36264bbbe7d596ab61e3fff855c3adb</a></li> <li>Richer set of underlying commands used for UNIX to cater to different scenarios at runtime. See <a href="https://github.com/amodm/webbrowser-rs/commit/d09eeae4f2ab5664fc01f4dba4a409e1bc11f10e">https://github.com/amodm/webbrowser-rs/commit/d09eeae4f2ab5664fc01f4dba4a409e1bc11f10e</a></li> </ul> <h3>Fixed</h3> <ul> <li>On WASM, by default URLs are opened with a target of <code>_blank</code>. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/39">#39</a>. Thanks to <a href="https://github.com/vbeffa"><code>@​vbeffa</code></a> for pointing out the issue.</li> <li><a href="https://github.com/tokusumi"><code>@​tokusumi</code></a> fixed <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/41">#41</a> where addition of <code>open</code> command (done for Haiku) was breaking things in some places.</li> </ul> <h2>[0.5.5] - 2020-07-20 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Support for WASM [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/26">#26</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/26">amodm/webbrowser-rs#26</a>)</li> </ul> <h2>[0.5.4] - 2020-06-09 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Fix README to reflect platform support for Android and Haiku</li> </ul> <h2>[0.5.3] - 2020-06-09 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Added support for Haiku (Untested right now!) [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/21">#21</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/21">amodm/webbrowser-rs#21</a>)</li> <li>Added support for Android [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/19">#19</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/19">amodm/webbrowser-rs#19</a>)</li> <li>Added support for kioclient and x-www-browser [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/17">amodm/webbrowser-rs#17</a>)</li> </ul> <h2>[0.5.2] - 2019-08-22 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Fix a COM leak bug on Windows [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/15">#15</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/15">amodm/webbrowser-rs#15</a>)</li> </ul> <h2>[0.5.1] - 2019-04-01 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Fix the behaviour that open() was blocking on Linux and BSD family. [Issue <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/13">#13</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/13">amodm/webbrowser-rs#13</a>)</li> <li>Fix tests on macos</li> </ul> <h2>[0.5.0] - 2019-03-31 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Add BSD family to supported platforms. [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/12">#12</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/12">amodm/webbrowser-rs#12</a>)</li> </ul> <h2>[0.4.0] - 2018-12-18 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Use <code>ShellExecuteW</code> on Windows as the earlier approach of using cmd.exe was breaking on</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amodm/webbrowser-rs/commit/c1a03e9b0b8433ffd1ae16118f7b36eba698abbc"><code>c1a03e9</code></a> Move version to 0.7.0</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/3be9b3fa7d430df0bf0369e1438e0d4dbcc819e5"><code>3be9b3f</code></a> Add to CHANGELOG for v0.7.0</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/5ca94c26a2d3b29068d8dc1e92ee50618730eefb"><code>5ca94c2</code></a> Clarify role of hints in BrowserOptions</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/0b750c24647cb80a138edf73d27f993671242f04"><code>0b750c2</code></a> fix linter error</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/edc9984da3e45d52727682895e65c24d856ac37e"><code>edc9984</code></a> use builder pattern, fix default target &amp; display impl</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/ca98a77fded5c08678740b0e2e209b5b472ebe96"><code>ca98a77</code></a> add target_hint to BrowserOptions</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/83fb0a81690388e8349b2a57c2a3b3b22034c66c"><code>83fb0a8</code></a> fix wasm test</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/44dc79cb1482e2bfaf698a8b2e0668f9614db8e9"><code>44dc79c</code></a> fix tests</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/8eab6d7d147d62b334e4c53e661807860498a1ed"><code>8eab6d7</code></a> Move to latest actix version for testing</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/3d04fe48655c9aa297bc8bc3807f940569bc5e29"><code>3d04fe4</code></a> [skip ci] git ignore code-workspace files</li> <li>Additional commits viewable in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.6.0...v0.7.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#392
No description provided.