pg-extend-rs
pg-extend-rs copied to clipboard
Bump tempfile from 3.1.0 to 3.3.0
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_EXCLflag.- Fix redox minimum crate version.
3.2.0
Features:
- Bump rand dependency to
0.8.- Bump cfg-if dependency to
1.0Other than that, this release mostly includes small cleanups and simplifications.
Breaking: The minimum rust version is now
1.40.0.
Commits
1a40687release 3.3.092638c6Merge pull request #164 from Stebalien/chore/cleanup92ae3e9chore: remove extern cratese49d9dfMerge pull request #165 from Stebalien/pr-116a5f535cfix: doc formattingab67cceAdd docs pointing out early dop pitfalls8d40916Merge pull request #163 from Stebalien/chore/update-deps9a63217chore: update fastrand09e0b4bMerge pull request #162 from Stebalien/ref/replace-rand-with-fastrande24fae3chore: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)