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

chore(deps): bump tempfile from 3.0.6 to 3.0.7 #277

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 17, 2019

Bumps tempfile from 3.0.6 to 3.0.7.

Changelog

Sourced from tempfile's changelog.

3.0.7

Breaking:

  • Builder::prefix and Builder::suffix now accept a generic &AsRef<OsStr>.
    This could affect type inference.
  • Temporary files (except unnamed temporary files on Windows and Linux >= 3.11)
    now use absolute path names. This will break programs that create temporary
    files relative to their current working directory when they don't have the
    search permission (x) on some ancestor directory. This is only likely to
    affect programs with strange chroot-less filesystem sandboxes. If you believe
    you're affected by this issue, please comment on #40.

Features:

  • Accept anything implementing &AsRef<OsStr> in the builder: &OsStr, &OsString, &Path, etc.

Fixes:

  • Fix LFS support.
  • Use absolute paths for named temporary files to guard against changes in the
    current directory.
  • Use absolute paths when creating unnamed temporary files on platforms that
    can't create unlinked or auto-deleted temporary files. This fixes a very
    unlikely race where the current directory could change while the temporary
    file is being created.

Misc:

  • Use modern stdlib features to avoid custom unsafe code. This reduces the
    number of unsafe blocks from 12 to 4.
Commits
  • 251a76a release 3.0.7
  • 1df323e Merge pull request #83 from Stebalien/feat/even-safer
  • d1075d4 use stdlib open options for creating unnamed temporary files
  • 06fe67e Merge pull request #82 from Stebalien/fix/modern-stdlib
  • 8389b79 modernize stdlib usage
  • d7fac6b Merge pull request #81 from Stebalien/fix/lfs-support
  • 1065f44 fix lfs support
  • 3d5f762 Merge pull request #80 from Stebalien/fix/absolute-tempfile
  • 951d1c6 make create_unlinked use absolute path names
  • d3ae2cf make the path absolute when creating named temporary files
  • 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
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 17, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/tempfile-3.0.7 branch from 653055c to 5b2626d Compare February 18, 2019 02:23
@zhangsoledad zhangsoledad merged commit 8e08a3e into develop Feb 18, 2019
@zhangsoledad zhangsoledad deleted the dependabot/cargo/tempfile-3.0.7 branch February 18, 2019 03:11
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.

2 participants