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.6.0 to 3.7.0 (#370)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.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.7.0</h2> <p>BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major release) but it's still a breaking change for some users.</p> <ul> <li>Update fastrand from 1.6 to 2.0</li> <li>Update rustix to 0.38</li> <li>Updates the MSRV to 1.63.</li> <li>Provide AsFd/AsRawFd on wasi.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/d258544335e040e727cde095a468416910893a2a"><code>d258544</code></a> chore: release 3.7.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/da36cd5ddd7adf84d1cacf17d6269f0597ac45f0"><code>da36cd5</code></a> Provide implementations for I/O safety traits unconditionally (<a href="https://redirect.github.com/Stebalien/tempfile/issues/244">#244</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/74f9fbcbe1a09c1cc25cd91b9435981d308f77f3"><code>74f9fbc</code></a> Update to rustix 0.38 and update MSRV to 1.63 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/241">#241</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/1cff81e583ec483ca38acc7d8b46c64d292090e1"><code>1cff81e</code></a> build(deps): update fastrand requirement from 1.6.0 to 2.0.0 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/240">#240</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/c7d9afd91144edf17b67e8459fcfe6395f55b2b5"><code>c7d9afd</code></a> Update/format changelog</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.7.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.6.0&new-version=3.7.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>
- Loading branch information