Skip to content

Commit 9eee863

Browse files
Build(deps): Bump tempfile from 3.17.1 to 3.18.0 (#3575)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to 3.18.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.18.0</h2> <ul> <li>Update <code>rustix</code> to 1.0.0.</li> <li>Make <code>NamedTempFile::persist_noclobber</code> atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/b8bddaf0cf6972bc542b5062f51576b6f02c0aac"><code>b8bddaf</code></a> release 3.18.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/0e178694704dc68739a113c9eac1c108e02c49d2"><code>0e17869</code></a> update rustix (<a href="https://redirect.github.com/Stebalien/tempfile/issues/336">#336</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/6cf65365a4b785ed12d24e4a60b526e2c600210e"><code>6cf6536</code></a> doc: fix markdown</li> <li><a href="https://github.com/Stebalien/tempfile/commit/df39d15e3ffa1274331f98be94defd0732e5de41"><code>df39d15</code></a> doc: document atomicity of <code>persist_noclobber</code> (<a href="https://redirect.github.com/Stebalien/tempfile/issues/334">#334</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.17.1...v3.18.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.17.1&new-version=3.18.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bdad12 commit 9eee863

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

Cargo.lock

+14-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vec-collections = "0.4.3"
6868
codspeed-criterion-compat = "2.7.2"
6969
proptest = { version = "1.6.0", default-features = false, features = ["std"]}
7070
rand = "0.9.0"
71-
tempfile = "3.17.1"
71+
tempfile = "3.18.0"
7272

7373
[[bench]]
7474
name = "compute"

0 commit comments

Comments
 (0)