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 xshell requirement from 0.1 to 0.2 #300

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2022

Updates the requirements on xshell to permit the latest version.

Changelog

Sourced from xshell's changelog.

0.2.3

  • Fix bug where Cmd::run would ignore specified stdin.

0.2.2

  • Add Shell::path_exists.

0.2.1

  • Shell::remove_path returns Ok if the path does not exist (ie the function is now idempotent).

0.2.0

A major release with significant changes to the API:

  • All global state is removed in favor of explicitly passing a Shell instance.
  • Some methods are renamed to better match Rust naming conventions.
  • New APIs for controlling working directory and environment.
  • MSRV is raised to 1.59.0.
  • Improved reliability across the board: the crate aims to become a dependable 1.0 tool in the future (no ETA).
  • This is expected to be the last large API reshuffle.

0.1.17

  • Allow panics to transparently pass through xshell calls. This removes some internal lock poisoned errors.

0.1.16

  • Add xshell::hard_link.

0.1.15

  • Correctly handle multiple internal read guards.

0.1.14

  • Correctly handle commands name starting with quote.

0.1.13

  • Add ignore_stdout, ignore_stderr functions.

0.1.12

  • Add env, env_revome, env_clear functions.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Update dependencies rust Pull requests that update Rust code labels Dec 18, 2022
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) December 18, 2022 16:28
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch 3 times, most recently from 6bd0070 to c9ae217 Compare December 18, 2022 16:54
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch 4 times, most recently from 6b5bcf2 to cb11b2b Compare January 17, 2023 18:00
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch from cb11b2b to f3d400d Compare February 27, 2023 19:23
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch 2 times, most recently from e51808c to 8db104f Compare March 8, 2023 21:31
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch from 8db104f to 9fc7bb2 Compare March 21, 2023 00:05
Updates the requirements on [xshell](https://github.com/matklad/xshell) to permit the latest version.
- [Release notes](https://github.com/matklad/xshell/releases)
- [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md)
- [Commits](matklad/xshell@v0.1.0...v0.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/xshell-0.2 branch from 9fc7bb2 to 5c33928 Compare March 27, 2023 21:12
auto-merge was automatically disabled March 27, 2023 21:15

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/xshell-0.2 branch March 27, 2023 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant