Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Bump tempfile from 3.1.0 to 3.3.0 #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps tempfile from 3.1.0 to 3.3.0.

Changelog

Sourced from tempfile's changelog.

3.3.0

Features:

  • Replace rand with fastrand for a significantly smaller dependency tree. Cryptographic randomness isn't necessary for temporary file names, and isn't all that helpful either.
  • Add limited WASI support.
  • Add a function to extract the inner data from a SpooledTempFile.

Bug Fixes:

  • Make it possible to persist unnamed temporary files on linux by removing the O_EXCL flag.
  • Fix redox minimum crate version.

3.2.0

Features:

  • Bump rand dependency to 0.8.
  • Bump cfg-if dependency to 1.0

Other than that, this release mostly includes small cleanups and simplifications.

Breaking: The minimum rust version is now 1.40.0.

Commits
  • 1a40687 release 3.3.0
  • 92638c6 Merge pull request #164 from Stebalien/chore/cleanup
  • 92ae3e9 chore: remove extern crates
  • e49d9df Merge pull request #165 from Stebalien/pr-116
  • a5f535c fix: doc formatting
  • ab67cce Add docs pointing out early dop pitfalls
  • 8d40916 Merge pull request #163 from Stebalien/chore/update-deps
  • 9a63217 chore: update fastrand
  • 09e0b4b Merge pull request #162 from Stebalien/ref/replace-rand-with-fastrand
  • e24fae3 chore: avoid allocation when generating temp names
  • 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 Jan 10, 2022
@dependabot dependabot bot requested a review from brndnmtthws January 10, 2022 10:14
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](Stebalien/tempfile@v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: tempfile
  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/tempfile-3.3.0 branch from 78f2ba0 to af4cf23 Compare November 8, 2022 13:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants