Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.15.0 to 3.16.0 (#931)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to
3.16.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.16.0</h2>
<ul>
<li>Update <code>getrandom</code> to <code>0.3.0</code> (thanks to <a
href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>).</li>
<li>Allow <code>windows-sys</code> versions <code>0.59.x</code> in
addition to <code>0.59.0</code> (thanks <a
href="https://github.com/ErichDonGubler"><code>@​ErichDonGubler</code></a>).</li>
<li>Improved security documentation (thanks to <a
href="https://github.com/n0toose"><code>@​n0toose</code></a> for
collaborating with me on this).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/6ecd9f197104c9edc74ba6ad7478a5289526adb1"><code>6ecd9f1</code></a>
chore: release 3.16.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/3693c016b50cb43331966c80a9020e6d5cab709f"><code>3693c01</code></a>
build: upgrade getrandom to v0.3.0 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/320">#320</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a4596e5d57359e43734407c283788b1d7720bf54"><code>a4596e5</code></a>
build: allow <code>windows-sys</code> 0.59 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/319">#319</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/3ac6d4eb04f4d719c4aadfb2328b9d0d80afcddf"><code>3ac6d4e</code></a>
chore: fix clippy lifetime warning (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/318">#318</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/3a722e86baad70464e25348379c11f68b011a82a"><code>3a722e8</code></a>
docs: improve &amp; expand security documentation (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/317">#317</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.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.15.0&new-version=3.16.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>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent b403267 commit d200ec3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 17 deletions.
62 changes: 46 additions & 16 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 @@ -92,7 +92,7 @@ serde_derive = "1.0.204"
serde_json = "1.0.120"
serde_repr = "0.1.16"
serde_with = "3.4"
tempfile = "3.15"
tempfile = "3.16"
tokio = { version = "1.36", default-features = false }
typed-builder = "0.20"
url = "2.2.2"
Expand Down

0 comments on commit d200ec3

Please sign in to comment.