Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Bump tempfile from 3.0.6 to 3.0.7 #158

Merged
merged 1 commit into from Feb 19, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 18, 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 18, 2019
@cla-bot cla-bot bot added the cla-signed The CLA has been signed by the contributor. label Feb 18, 2019
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](Stebalien/tempfile@v3.0.6...v3.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@peterhuene peterhuene merged commit 1f2cfdf into master Feb 19, 2019
@peterhuene peterhuene deleted the dependabot/cargo/tempfile-3.0.7 branch February 19, 2019 05:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed The CLA has been signed by the contributor. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants