This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tempfile from 3.8.0 to 3.9.0 in /packer (#5390)
Summary: Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.9.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.9.0</h2> <ul> <li>Updates windows-sys to 0.52</li> <li>Updates minimum rustix version to 0.38.25</li> </ul> <h2>3.8.1</h2> <ul> <li>Update rustix to fix a potential panic on <code>persist_noclobber</code> on android.</li> <li>Update redox_syscall to 0.4 (on redox).</li> <li>Fix some docs typos.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/fb313e01bc9568137c3e873db9ea267b93c22184"><code>fb313e0</code></a> chore: release 3.9.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/709a62a299f17b81ef4e6582a694f8d11d4b5d6e"><code>709a62a</code></a> Update <code>windows-sys</code> 0.52 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/265">https://github.com/facebook/flipper/issues/265</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/21c639e089ae503ec5865801caba5435e4709d9b"><code>21c639e</code></a> chore: release 3.8.1</li> <li><a href="https://github.com/Stebalien/tempfile/commit/f3854daec8256f710c46724c8ff6cef778c28497"><code>f3854da</code></a> chore: update rustix to 0.38.21 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/261">https://github.com/facebook/flipper/issues/261</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/723eb5e989472fbe54e1ea0327db0b8017e75c54"><code>723eb5e</code></a> Fix some typos in docs (<a href="https://redirect.github.com/Stebalien/tempfile/issues/260">https://github.com/facebook/flipper/issues/260</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/b8e04113afa7f7f4a0b4aad982214613da41cc73"><code>b8e0411</code></a> Correct docs about what this is equivalent to (<a href="https://redirect.github.com/Stebalien/tempfile/issues/257">https://github.com/facebook/flipper/issues/257</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/080fd58896e0a3416e965e7d42bb9bad52278ad4"><code>080fd58</code></a> build(deps): update redox_syscall requirement from 0.3 to 0.4 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/256">https://github.com/facebook/flipper/issues/256</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/d46f046bfa332cf70fadad493f1fd8a25e30a4a3"><code>d46f046</code></a> build(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/255">https://github.com/facebook/flipper/issues/255</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/8ae928c5f9719664a2e40f8f6c904eab06db122b"><code>8ae928c</code></a> Add cargo deny config and add cargo deny job to ci (<a href="https://redirect.github.com/Stebalien/tempfile/issues/254">https://github.com/facebook/flipper/issues/254</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.8.0...v3.9.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.8.0&new-version=3.9.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `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> Pull Request resolved: #5390 Reviewed By: antonk52 Differential Revision: D52512732 Pulled By: passy fbshipit-source-id: 6a5795ffb62d74ab1a2c4a86a4a9afd4c595c6ad
- Loading branch information