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 #19

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 May 8, 2022

Updates the requirements on xshell to permit the latest version.

Changelog

Sourced from xshell's changelog.

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

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.

0.1.11

  • write_file now creates the intervening directory path if it doesn't exit.

0.1.10

  • echo_cmd output goes to stderr, not stdout.

... (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)

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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 8, 2022

The following labels could not be found: C-Dependencies.

Repository owner deleted a comment from deenMuhammad Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants