[PR #299] [MERGED] Update webbrowser requirement from 0.5.5 to 0.6.0 #383

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/299
Author: @dependabot[bot]
Created: 2/21/2022
Status: Merged
Merged: 2/21/2022
Merged by: @marioortizmanero

Base: masterHead: dependabot/cargo/webbrowser-0.6.0


📝 Commits (1)

  • 364c37a Update webbrowser requirement from 0.5.5 to 0.6.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.6.0

Releasing v0.6.0, with the following changes:

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

Sourced from webbrowser's changelog.

[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 special characters. [PR #11](amodm/webbrowser-rs#11)

Fixed

  • Fixed Apache Licensing format

[0.3.1] - 2018-06-22

Fixed

... (truncated)

Commits
  • 9bfab72 Release notes for 0.6.0
  • 947991f github actions for release process
  • e6ac2a3 update dependency versions
  • 937afdb [skip ci] macos tests for utf-8 URLs is now addressed, so no need for a mention
  • ae436ff fix lint for macos
  • a800e53 conditional compilation for debugging macos tests
  • ecfbf66 Document consistent behaviour, and provide way of overriding suppression of o...
  • bd8809a run tests for linux using curl
  • 696dd54 handle haiku explicitly under unix
  • 11789dd fix handling of unicode characters in URL
  • 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/299 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/21/2022 **Status:** ✅ Merged **Merged:** 2/21/2022 **Merged by:** [@marioortizmanero](https://github.com/marioortizmanero) **Base:** `master` ← **Head:** `dependabot/cargo/webbrowser-0.6.0` --- ### 📝 Commits (1) - [`364c37a`](https://github.com/ramsayleung/rspotify/commit/364c37a098214f487da98059d9110a99aca10fcf) Update webbrowser requirement from 0.5.5 to 0.6.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.6.0</h2> <p>Releasing v0.6.0, with the following changes:</p> <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> </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.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 special characters. [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/11">#11</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/11">amodm/webbrowser-rs#11</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed Apache Licensing format</li> </ul> <h2>[0.3.1] - 2018-06-22 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amodm/webbrowser-rs/commit/9bfab72562f73285b1f0fd1e30fc94fe0c383a9c"><code>9bfab72</code></a> Release notes for 0.6.0</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/947991fe05ce8209a4c98ee1ee2019c3449dd13b"><code>947991f</code></a> github actions for release process</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/e6ac2a38879ccf6a4cb701ee1a7a3005fb40815d"><code>e6ac2a3</code></a> update dependency versions</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/937afdb57ee1cf96d0a124019e2a1ddfa3e3ef52"><code>937afdb</code></a> [skip ci] macos tests for utf-8 URLs is now addressed, so no need for a mention</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/ae436ff650961208f43647c7c9b7a4ce7b393ac4"><code>ae436ff</code></a> fix lint for macos</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/a800e535b7cfdc33b597f4507a91166ecaf92952"><code>a800e53</code></a> conditional compilation for debugging macos tests</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/ecfbf66daa0cc139bd557bd7899a183bd6575990"><code>ecfbf66</code></a> Document consistent behaviour, and provide way of overriding suppression of o...</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/bd8809ab4852cc0a4bd7c3533090f026e6808396"><code>bd8809a</code></a> run tests for linux using curl</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/696dd5474c90ec464b0267248556b231b2823d4d"><code>696dd54</code></a> handle haiku explicitly under unix</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/11789ddfe36264bbbe7d596ab61e3fff855c3adb"><code>11789dd</code></a> fix handling of unicode characters in URL</li> <li>Additional commits viewable in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.5.5...v0.6.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:30 +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#383
No description provided.