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 commands and options
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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1332
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/10/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/egui_extras-0.31.1`
---
### 📝 Commits (1)
- [`2a84f9d`](https://github.com/LGUG2Z/komorebi/commit/2a84f9de084a1a67b097553bf7a3255b8b089f37) chore(deps): bump egui_extras from 0.31.0 to 0.31.1
### 📊 Changes
**1 file changed** (+13 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+13 -13)
</details>
### 📄 Description
Bumps [egui_extras](https://github.com/emilk/egui) from 0.31.0 to 0.31.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emilk/egui/releases">egui_extras's releases</a>.</em></p>
<blockquote>
<h2>0.31.1 - TextEdit and egui_kittest fixes</h2>
<p>egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.</p>
<p>Try it now: <a href="https://www.egui.rs/">https://www.egui.rs/</a></p>
<p>egui development is sponsored by <a href="https://www.rerun.io/">Rerun</a>, a startup building an SDK for visualizing streams of multimodal data.</p>
<h2>egui</h2>
<ul>
<li>Fix sizing bug in <code>TextEdit::singleline</code> <a href="https://redirect.github.com/emilk/egui/pull/5640">#5640</a> by <a href="https://github.com/IaVashik"><code>@IaVashik</code></a></li>
<li>Fix panic when rendering thin textured rectangles <a href="https://redirect.github.com/emilk/egui/pull/5692">#5692</a> by <a href="https://github.com/PPakalns"><code>@PPakalns</code></a></li>
</ul>
<h2>egui_extras</h2>
<ul>
<li>Fix image_loader for animated image types <a href="https://redirect.github.com/emilk/egui/pull/5688">#5688</a> by <a href="https://github.com/BSteffaniak"><code>@BSteffaniak</code></a></li>
</ul>
<h2>egui_kittest</h2>
<ul>
<li>Fix modifiers not working in kittest <a href="https://redirect.github.com/emilk/egui/pull/5693">#5693</a> by <a href="https://github.com/lucasmerlin"><code>@lucasmerlin</code></a></li>
<li>Enable all features for egui_kittest docs <a href="https://redirect.github.com/emilk/egui/pull/5711">#5711</a> by <a href="https://github.com/YgorSouza"><code>@YgorSouza</code></a></li>
<li>Run a frame per queued event in egui_kittest <a href="https://redirect.github.com/emilk/egui/pull/5704">#5704</a> by <a href="https://github.com/lucasmerlin"><code>@lucasmerlin</code></a></li>
<li>Add guidelines for image comparison tests <a href="https://redirect.github.com/emilk/egui/pull/5714">#5714</a> by <a href="https://github.com/Wumpf"><code>@Wumpf</code></a></li>
</ul>
<h2>epaint</h2>
<ul>
<li>Fix panic when rendering thin textured rectangles <a href="https://redirect.github.com/emilk/egui/pull/5692">#5692</a> by <a href="https://github.com/PPakalns"><code>@PPakalns</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/emilk/egui/blob/master/CHANGELOG.md">egui_extras's changelog</a>.</em></p>
<blockquote>
<h2>0.31.1 - 2025-03-05</h2>
<ul>
<li>Fix sizing bug in <code>TextEdit::singleline</code> <a href="https://redirect.github.com/emilk/egui/pull/5640">#5640</a> by <a href="https://github.com/IaVashik"><code>@IaVashik</code></a></li>
<li>Fix panic when rendering thin textured rectangles <a href="https://redirect.github.com/emilk/egui/pull/5692">#5692</a> by <a href="https://github.com/PPakalns"><code>@PPakalns</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emilk/egui/commit/1669e52a7ccfc3489c1b0999b9ed48894a0b3887"><code>1669e52</code></a> Release 0.31.1 - text_edit and kittest fixes</li>
<li><a href="https://github.com/emilk/egui/commit/b32fc716c906f43a8788efd8c0ce87743a6ddb35"><code>b32fc71</code></a> Add guidelines for image comparison tests (<a href="https://redirect.github.com/emilk/egui/issues/5714">#5714</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/c58aa8f74993e6171b54bd25f2ddd3310c4aabd8"><code>c58aa8f</code></a> Add badges to kittest README.md</li>
<li><a href="https://github.com/emilk/egui/commit/2d37f1a778712c6683908c20f1bcdc8b7cf411b7"><code>2d37f1a</code></a> Fix panic when rendering thin textured rectangles (<a href="https://redirect.github.com/emilk/egui/issues/5692">#5692</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/bc2d3703c79c92c6ef278286cff98241a5a8d975"><code>bc2d370</code></a> Fix sizing bug in <code>TextEdit::singleline</code> (<a href="https://redirect.github.com/emilk/egui/issues/5640">#5640</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/a87244651044a856fad89478dbeee5e004d01837"><code>a872446</code></a> Fix image_loader for animated image types (<a href="https://redirect.github.com/emilk/egui/issues/5688">#5688</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/5b47b80a2d267e1a5ad6be33efa4c62a72fd21df"><code>5b47b80</code></a> Run a frame per queued event in egui_kittest (<a href="https://redirect.github.com/emilk/egui/issues/5704">#5704</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/97cb07ac88a31e32a415d5614b0ca0d690647a3f"><code>97cb07a</code></a> Enable all features for egui_kittest docs (<a href="https://redirect.github.com/emilk/egui/issues/5711">#5711</a>)</li>
<li><a href="https://github.com/emilk/egui/commit/45df656d0eb2f6f24ea58cd10624cfe5d9b7c4c9"><code>45df656</code></a> Fix modifiers not working in kittest (<a href="https://redirect.github.com/emilk/egui/issues/5693">#5693</a>)</li>
<li>See full diff in <a href="https://github.com/emilk/egui/compare/0.31.0...0.31.1">compare view</a></li>
</ul>
</details>
<br />
[](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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1332
Author: @dependabot[bot]
Created: 3/10/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/egui_extras-0.31.1📝 Commits (1)
2a84f9dchore(deps): bump egui_extras from 0.31.0 to 0.31.1📊 Changes
1 file changed (+13 additions, -13 deletions)
View changed files
📝
Cargo.lock(+13 -13)📄 Description
Bumps egui_extras from 0.31.0 to 0.31.1.
Release notes
Sourced from egui_extras's releases.
Changelog
Sourced from egui_extras's changelog.
Commits
1669e52Release 0.31.1 - text_edit and kittest fixesb32fc71Add guidelines for image comparison tests (#5714)c58aa8fAdd badges to kittest README.md2d37f1aFix panic when rendering thin textured rectangles (#5692)bc2d370Fix sizing bug inTextEdit::singleline(#5640)a872446Fix image_loader for animated image types (#5688)5b47b80Run a frame per queued event in egui_kittest (#5704)97cb07aEnable all features for egui_kittest docs (#5711)45df656Fix modifiers not working in kittest (#5693)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.