Skip to content

cargo: bump async-tar from 0.3.0 to 0.4.2 #2697

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

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2021

Bumps async-tar from 0.3.0 to 0.4.2.

Commits
  • 21a3631 (cargo-release) version 0.4.2
  • 9e61431 fix: do not create directories outside (#24)
  • eebfc03 (cargo-release) start next development iteration 0.4.2-alpha.0
  • 6c5048d (cargo-release) version 0.4.1
  • 5c8d15c Merge pull request #22 from dignifiedquire/fix-no-std
  • 7900b2c fix: use resolver 2 and full async-std for now
  • 59214ba (cargo-release) version 0.4.0
  • da72e45 Merge pull request #20 from dignifiedquire/update-deps
  • 468e323 feat(deps): update pin-project and redox_syscall
  • 33b9b42 chore: happy clippy
  • Additional commits viewable in compare view

Dependabot compatibility score

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 the dependencies Pull requests that update a dependency file label Sep 20, 2021
@link2xt
Copy link
Collaborator

link2xt commented Sep 25, 2021

This breaks CI as new async-tar uses Rust 1.51.0 feature, and CI currently tests for Rust 1.48.0: dignifiedquire/async-tar#28

@link2xt
Copy link
Collaborator

link2xt commented Oct 9, 2021

@dependabot rebase

Bumps [async-tar](https://github.com/dignifiedquire/async-tar) from 0.3.0 to 0.4.2.
- [Release notes](https://github.com/dignifiedquire/async-tar/releases)
- [Commits](dignifiedquire/async-tar@v0.3.0...v0.4.2)

---
updated-dependencies:
- dependency-name: async-tar
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-tar-0.4.2 branch from 3dce5a4 to f6098fc Compare October 9, 2021 10:58
Copy link
Collaborator

@link2xt link2xt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 49b07c1 into master Oct 9, 2021
@dependabot dependabot bot deleted the dependabot/cargo/async-tar-0.4.2 branch October 9, 2021 11:50
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.

1 participant