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

Bump tempfile from 3.2.0 to 3.3.0 #1758

Merged
merged 2 commits into from
Apr 1, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps tempfile from 3.2.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.
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 Mar 31, 2022
@dependabot dependabot bot requested a review from a team March 31, 2022 21:26
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.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.2.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]>
@samdealy samdealy force-pushed the dependabot/cargo/tempfile-3.3.0 branch from 57e66a0 to 2027a4f Compare April 1, 2022 00:17
@samdealy samdealy self-requested a review April 1, 2022 00:18
@samdealy samdealy self-assigned this Apr 1, 2022
@samdealy samdealy requested a review from wjuan-mob April 1, 2022 00:18
@remoun remoun merged commit 3b10043 into master Apr 1, 2022
@remoun remoun deleted the dependabot/cargo/tempfile-3.3.0 branch April 1, 2022 18:19
eranrund pushed a commit that referenced this pull request Apr 1, 2022
* Bump tempfile from 3.2.0 to 3.3.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.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.2.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]>

* Fix lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Dealy <[email protected]>
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
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants