Bump tempfile from 3.2.0 to 3.3.0
Created by: dependabot[bot]
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 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)