Skip to content

Commit

Permalink
Bump tempfile from 3.6.0 to 3.8.0 (#244)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to
3.8.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.8.0</h2>
<ul>
<li>Added <code>with_prefix</code> and <code>with_prefix_in</code> to
<code>TempDir</code> and <code>NamedTempFile</code> to make it easier to
create temporary files/directories with nice prefixes.</li>
<li>Misc cleanups.</li>
</ul>
<h2>3.7.1</h2>
<ul>
<li>Tempfile builds on haiku again.</li>
<li>Under the hood, we've switched from the unlinkat/linkat syscalls to
the regular unlink/link syscalls where possible.</li>
</ul>
<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/ded4c252839832521c8083884379f01eb9935dd6"><code>ded4c25</code></a>
chore: release 3.8.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/32ef2ace00b7e8a97db486a6189685a7b43c5caa"><code>32ef2ac</code></a>
chore: more test cleanups (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/253">#253</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/b4a2f646b473da0906a657bfa825d43ed1f19d39"><code>b4a2f64</code></a>
feat: add convenience methods for creating temp files with prefixes (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/250">#250</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/f994e9f5d99e4a7985161a70028209cf3638bb7b"><code>f994e9f</code></a>
chore: cleanup tempdir tests (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/252">#252</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/8b3703c19c7b69ed86ad595cdaf7a5b86eea8450"><code>8b3703c</code></a>
chore: clippy fixes (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/251">#251</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/bf8f7ea4362894f572935ea730a271378d7277f2"><code>bf8f7ea</code></a>
chore: release 3.7.1</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a5c236ca11fb06373105f65952e194323e9f2637"><code>a5c236c</code></a>
Use <code>rename</code>/<code>unlink</code>/<code>etc. instead of
</code>renameat<code>/</code>unlinkat`/etc. (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/247">#247</a>)</li>
<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>Additional commits viewable in <a
href="https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.8.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.8.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent b6db00c commit fdceed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ codegen-units = 1
[workspace.dependencies]
anyhow = "1.0"
log = "0.4"
tempfile = "3.6"
tempfile = "3.8"

[dependencies]
anyhow = { workspace = true}
Expand Down

0 comments on commit fdceed6

Please sign in to comment.