Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Merge #1911
Browse files Browse the repository at this point in the history
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=klochowicz a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<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.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] committed May 2, 2022
2 parents b6b7c62 + 4deca40 commit d4064b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion taker/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"]
tokio-tasks = { path = "../tokio-tasks", features = ["xtra"] }
tracing = { version = "0.1" }
uuid = "0.8"
webbrowser = "0.7.0"
webbrowser = "0.7.1"
x25519-dalek = "1.1"
xtra = { version = "0.6" }
xtra-bitmex-price-feed = { path = "../xtra-bitmex-price-feed" }
Expand Down

0 comments on commit d4064b9

Please sign in to comment.