Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opener requirement from 0.4 to 0.5 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 12, 2021

Updates the requirements on opener to permit the latest version.

Changelog

Sourced from opener's changelog.

[0.5.0] - 2021-06-11

Added

  • open_browser(), which uses the $BROWSER environment variable before falling back to open().
  • WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now the strategy on WSL is to use the system's wslview command from wslu if available, falling back to the system xdg-open, if available.

Changed

  • On Linux (non-WSL), the system xdg-open is now used if present. Otherwise, the bundled version is used, as before.
  • Avoid blocking the thread on Linux and WSL.

Removed

  • impl From<io::Error> for OpenError.

[0.4.1] - 2019-09-30

Changed

  • Update xdg-open.

[0.4.0] - 2019-05-02

Added

  • OpenError now implements std::error::Error.

Changed

  • OpenError's failure::Fail impl was removed from this crate, but the failure crate provides a blanket impl of failure::Fail for types implementing std::error::Error, so this shouldn't break anything.

[0.3.0] - 2018-08-18

Added

  • stderr field to OpenError::ExitStatus variant, which captures anything the failed process wrote to stderr.

[0.2.0] - 2018-08-08

Removed

  • The open_sys function, which was erroneously pub on non-Windows builds.

[0.1.0] - 2018-08-08

  • Initial release.
Commits
  • 86e0a15 Fix Drakefile.ts
  • 4261c2b Release v0.5.0
  • 5d24271 Revert command name in error type to &'static str
  • 9a36c6e Remove dependency on wsl crate
  • 165b933 Avoid blocking
  • 5c1e99a Update changelog
  • 2da976e Refactor linux_and_more module
  • f5c5564 Fix newline being included after WSL path conversion
  • bd30011 [WSL] Try wslview first instead of second
  • e16875d Misc formatting changes
  • 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)

Updates the requirements on [opener](https://github.com/Seeker14491/opener) to permit the latest version.
- [Release notes](https://github.com/Seeker14491/opener/releases)
- [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md)
- [Commits](Seeker14491/opener@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: opener
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 12, 2021

Dependabot tried to add @alexcrichton as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/wickerwaka/cargo/pulls/1/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the wickerwaka/cargo repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants