[PR #1333] [CLOSED] chore(deps): bump eframe from 0.31.0 to 0.31.1 #1332

Closed
opened 2026-01-05 14:54:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1333
Author: @dependabot[bot]
Created: 3/10/2025
Status: Closed

Base: masterHead: dependabot/cargo/eframe-0.31.1


📝 Commits (1)

  • a76791c chore(deps): bump eframe from 0.31.0 to 0.31.1

📊 Changes

1 file changed (+18 additions, -18 deletions)

View changed files

📝 Cargo.lock (+18 -18)

📄 Description

Bumps eframe from 0.31.0 to 0.31.1.

Release notes

Sourced from eframe's releases.

0.31.1 - TextEdit and egui_kittest fixes

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui

egui_extras

egui_kittest

epaint

Changelog

Sourced from eframe's changelog.

0.31.1 - 2025-03-05

Commits

Dependabot compatibility score

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/1333 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/eframe-0.31.1` --- ### 📝 Commits (1) - [`a76791c`](https://github.com/LGUG2Z/komorebi/commit/a76791c8bdc92f5dd336b8efc5ebb076071a9514) chore(deps): bump eframe from 0.31.0 to 0.31.1 ### 📊 Changes **1 file changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+18 -18) </details> ### 📄 Description Bumps [eframe](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">eframe'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">eframe'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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eframe&package-manager=cargo&previous-version=0.31.0&new-version=0.31.1)](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>
adam added the pull-request label 2026-01-05 14:54:55 +01:00
adam closed this issue 2026-01-05 14:54:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1332