[PR #360] [MERGED] Update webbrowser requirement from 0.7.0 to 0.8.0 #414

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/360
Author: @dependabot[bot]
Created: 9/9/2022
Status: Merged
Merged: 10/4/2022
Merged by: @ramsayleung

Base: masterHead: dependabot/cargo/webbrowser-0.8.0


📝 Commits (2)

  • e2938b6 Update webbrowser requirement from 0.7.0 to 0.8.0
  • 4ec33b0 Merge branch 'master' into dependabot/cargo/webbrowser-0.8.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.8.0

Releasing v0.8.0 with the following changes:

Added

Changed

  • Updated all dependencies to latest versions
Changelog

Sourced from webbrowser's changelog.

[0.8.0] - 2022-09-09

Added

Changed

  • Updated all dependencies to current versions

[0.7.1] - 2022-04-27

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues

[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

... (truncated)

Commits
  • edf3814 Release 0.8.0
  • 7b4cf6e fix android tests
  • 7bad658 update changelog for 0.8.0
  • 6e86bf8 bump up version to 0.8.0 and update dependency versions
  • fdfef52 Run all matrix sequentially for Linux
  • 7a58fa6 make sure multiple windows build jobs do not conflict with each other
  • 7e64524 fix lint warning on nightly toolchain
  • 3b66da3 fix test status badge in doc
  • f6e0273 Include iOS tests (close #49)
  • 3ee22d3 Fix typos & missing imports
  • 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/360 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2022 **Status:** ✅ Merged **Merged:** 10/4/2022 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `dependabot/cargo/webbrowser-0.8.0` --- ### 📝 Commits (2) - [`e2938b6`](https://github.com/ramsayleung/rspotify/commit/e2938b676b2046dbbf1f0a752240fb7220a72452) Update webbrowser requirement from 0.7.0 to 0.8.0 - [`4ec33b0`](https://github.com/ramsayleung/rspotify/commit/4ec33b05248328033af8d9c2a0e317acd8767549) Merge branch 'master' into dependabot/cargo/webbrowser-0.8.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.8.0</h2> <p>Releasing v0.8.0 with the following changes:</p> <h3>Added</h3> <ul> <li>Support for iOS is finally here! Thanks to <a href="https://github.com/hakolao">hakolao</a> for this. See [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/48">#48</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/48">amodm/webbrowser-rs#48</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Updated all dependencies to latest versions</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md">webbrowser's changelog</a>.</em></p> <blockquote> <h2>[0.8.0] - 2022-09-09 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Support for iOS is finally here. Thanks to <a href="https://github.com/hakolao">hakolao</a> for this. See [PR <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/48">#48</a>](<a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/pull/48">amodm/webbrowser-rs#48</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Updated all dependencies to current versions</li> </ul> <h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li> </ul> <h3>Changed</h3> <ul> <li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amodm/webbrowser-rs/commit/edf381410079b487688306e7df2a72e5970f2044"><code>edf3814</code></a> Release 0.8.0</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/7b4cf6e62cb88afc12a894da056c9f93dab404da"><code>7b4cf6e</code></a> fix android tests</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/7bad65833744753764d606d0b13ce4ee0c6d6df8"><code>7bad658</code></a> update changelog for 0.8.0</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/6e86bf8b59f6717176833edfc9e454249f9e39ee"><code>6e86bf8</code></a> bump up version to 0.8.0 and update dependency versions</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/fdfef524189ab8149d738715df65e1d9cb1bdcef"><code>fdfef52</code></a> Run all matrix sequentially for Linux</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/7a58fa6951471e6b232aa2c88f7299126fcc6478"><code>7a58fa6</code></a> make sure multiple windows build jobs do not conflict with each other</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/7e645245049c1db88d2e5b4a6bd501feb700c8df"><code>7e64524</code></a> fix lint warning on nightly toolchain</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/3b66da3dc381ddb8d1de341d3e3424b6a0baef62"><code>3b66da3</code></a> fix test status badge in doc</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/f6e0273d4d0eff59e2b1d1fe465b5a5573fede1e"><code>f6e0273</code></a> Include iOS tests (close <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/49">#49</a>)</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/3ee22d335eafa75e23261e07d05eebfb70caa26e"><code>3ee22d3</code></a> Fix typos &amp; missing imports</li> <li>Additional commits viewable in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.8.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:38 +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#414
No description provided.