Skip to content

Commit 5b5a22a

Browse files
chore(deps): bump assert_fs from 1.1.3 to 1.1.4 in /bots/seambot (#231)
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md">assert_fs's changelog</a>.</em></p> <blockquote> <h2>[1.1.4] - 2026-05-26</h2> <h3>Performance</h3> <ul> <li>Default to the old <code>tempfile</code> behavior for faster builds</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_fs/commit/e943103fcd8f613578ca87e3ebaf68f88aee152b"><code>e943103</code></a> chore: Release assert_fs version 1.1.4</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/cb3f8543186631ff33d1c154bb1663ee910822dc"><code>cb3f854</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/6c1f14aff4e6a76ce64732e6488db83cc282a5a2"><code>6c1f14a</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_fs/issues/170">#170</a> from cschwan/remove-default-features-tempfile</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/ad41375edefaaa45da936e3f90d26f232162f74d"><code>ad41375</code></a> chore(deps): Update Prek to v0.4.2 (<a href="https://redirect.github.com/assert-rs/assert_fs/issues/171">#171</a>)</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/738e445e705ce11d0099e54c0f8481c1a49f7b56"><code>738e445</code></a> Disable default features of <code>tempfile</code> dependency</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/7a3ec6ad8e2b7aa52bbb1b81804967663a548ecb"><code>7a3ec6a</code></a> chore(deps): Update Prek to v0.4.1 (<a href="https://redirect.github.com/assert-rs/assert_fs/issues/168">#168</a>)</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/a6612addeacace233fd546550090aa38382128ee"><code>a6612ad</code></a> chore(deps): Update Prek to v0.4.0 (<a href="https://redirect.github.com/assert-rs/assert_fs/issues/167">#167</a>)</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/62c5cd72559b758aa02a4430ffa4265581d2030f"><code>62c5cd7</code></a> chore(deps): Update Prek to v0.3.13 (<a href="https://redirect.github.com/assert-rs/assert_fs/issues/166">#166</a>)</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/0e2bc10ef26d8a73a4c07f5451e417afe9390984"><code>0e2bc10</code></a> chore(deps): Update Prek to v0.3.12 (<a href="https://redirect.github.com/assert-rs/assert_fs/issues/165">#165</a>)</li> <li><a href="https://github.com/assert-rs/assert_fs/commit/bf08330d0d7efe773c2078f1bdeec6f8a5b7b8f8"><code>bf08330</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_fs/issues/164">#164</a> from epage/template</li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_fs/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=assert_fs&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](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 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 b315e83 commit 5b5a22a

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

bots/seambot/Cargo.lock

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

bots/seambot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gitbot-shared-context = { path = "../../shared-context" }
7272

7373
[dev-dependencies]
7474
tempfile = "3.27.0"
75-
assert_fs = "1.1.3"
75+
assert_fs = "1.1.4"
7676
predicates = "3.1.4"
7777

7878
[profile.release]

0 commit comments

Comments
 (0)