Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump tempfile from 3.5.0 to 3.6.0 (#17617)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.6.0</h2> <ul> <li>Update windows-sys to 0.48.</li> <li>Update rustix min version to 0.37.11</li> <li>Forward some <code>NamedTempFile</code> and <code>SpooledTempFile</code> methods to the underlying <code>File</code> object for better performance (especially vectorized writes, etc.).</li> <li>Implement <code>AsFd</code> and <code>AsHandle</code>.</li> <li>Misc documentation fixes and code cleanups.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/86b313648f22f63e9e1ac5c0051f9c91dfc2a119"><code>86b3136</code></a> chore: release 3.6.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/a2b45b3363ddf31efcd4920462d6ec3e0ef9a909"><code>a2b45b3</code></a> fix(docs): Change <code>dir</code> and <code>file</code> variable names to match existing comments ...</li> <li><a href="https://github.com/Stebalien/tempfile/commit/f474e6a98077e90bf3fc4c35bc2ffb6f6b1ae506"><code>f474e6a</code></a> Remove comment on SetFileInformationByHandle (<a href="https://github.com/Stebalien/tempfile/issues/236">#236</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/141c773eb71e110a54168f88880a0d80183e3163"><code>141c773</code></a> feat: implement default methods for SpooledTempFile Read/Write (<a href="https://github.com/Stebalien/tempfile/issues/232">#232</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/3590dbfa5eeebdb0b511862770a3715f35deb527"><code>3590dbf</code></a> chore: modern rust (<a href="https://github.com/Stebalien/tempfile/issues/231">#231</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/c76b783c47c8ef780c8533ad7aec1a60b75af96c"><code>c76b783</code></a> feat: implement AsFd/AsHandle to mirror the AsRaw* variants (<a href="https://github.com/Stebalien/tempfile/issues/230">#230</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/ae4f4c81859e143ad7dc49274b4bf7d6b2437afc"><code>ae4f4c8</code></a> chore: bump rustix min version to 0.37.11 (<a href="https://github.com/Stebalien/tempfile/issues/229">#229</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/94883627f9d8f0dc3d74df6c2423dad37b712fd3"><code>9488362</code></a> Forward default NamedTempFile methods (<a href="https://github.com/Stebalien/tempfile/issues/226">#226</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/c41ee486d96ae6b368dab50d6ab45baa575acdae"><code>c41ee48</code></a> build(deps): update windows-sys requirement from 0.45 to 0.48 (<a href="https://github.com/Stebalien/tempfile/issues/227">#227</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.5.0...v3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tempfile&package-manager=cargo&previous-version=3.5.0&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information