Skip to content

Commit 72ccace

Browse files
chore(deps): bump tempfile from 3.23.0 to 3.24.0 (#675)
[//]: # (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.23.0 to 3.24.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.24.0</h2> <ul> <li>Actually support WASIp2 without the nightly feature. This library is now feature complete on WASIp2 without any additional feature flags.</li> <li>Exclude CI scripts from the published crate.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/1712764bb4be5f7787d9b24e6d99961178a52b47"><code>1712764</code></a> chore: release v3.24.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/a8dc8640b3ed215e078223cbc31d066bae64fef2"><code>a8dc864</code></a> feat: completely support WASIP2 on stable rust (<a href="https://redirect.github.com/Stebalien/tempfile/issues/382">#382</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/5a035729f067a3d1d2e24a194a0e856cf3144405"><code>5a03572</code></a> Exclude CI scripts from published package (<a href="https://redirect.github.com/Stebalien/tempfile/issues/384">#384</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/da894f14320cf46cfe2ae81e1cd20b09fd57b646"><code>da894f1</code></a> build(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/383">#383</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.23.0...v3.24.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.23.0&new-version=3.24.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>
1 parent 81c0480 commit 72ccace

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde = { version = "1.0.228", features = ["derive"] }
3333
serde_json = "1.0.149"
3434
serde_yaml = { version = "0.10.0", package = "serde_yaml_ng" }
3535
syntect = { version = "5.3.0", default-features = false, features = ["default-fancy"] }
36-
tempfile = "3.23.0"
36+
tempfile = "3.24.0"
3737
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread"] }
3838
uuid = { version = "1.19.0", features = ["v4"] }
3939
which = "8.0.0"

0 commit comments

Comments
 (0)