Skip to content

deps: bump the cargo group with 3 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-d02e4f99b4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-d02e4f99b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown

Bumps the cargo group with 3 updates: toml_edit, egui and eframe.

Updates toml_edit from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0

Commits
  • 8e1d5a8 chore: Release
  • 6098580 docs: Update changelog
  • 27e33c7 perf: reduce allocations dumping array-heavy documents (#1216)
  • e92e2a3 perf: Avoid boxed iterators in document output
  • ee351e7 test: Benchmark rendering many arrays
  • 572c005 chore: Release
  • 66d0c53 docs: Update changelog
  • 07af4e7 perf: Reduce allocations in toml_edit parsing and dumping (#1215)
  • 0ff90db perf(display): Write encoded strings directly
  • efb2536 perf(display): Move generated representation strings
  • Additional commits viewable in compare view

Updates egui from 0.36.1 to 0.36.2

Release notes

Sourced from egui's releases.

0.36.2 - TextEdit::event_filter and bugfixes

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.

⭐ Added

🔧 Changed

🐛 Fixed

Changelog

Sourced from egui's changelog.

0.36.2 - 2026-09-08

⭐ Added

🔧 Changed

🐛 Fixed

Commits
  • 49682f8 Release 0.36.2 - Assorted fixes
  • 459f98a Add TextEdit::event_filter (#8530)
  • d19ed82 Add new render_every_step flag to egui_kittest (#8487)
  • a3146e7 Properly respect min_size in TextEdit (#8420)
  • d417c2f Simplify and optimize Color32::from_rgba_unmultiplied (#8427)
  • c0b9996 Fix panic in hit-test when a widget rect contains a NaN (#8479)
  • f63b4d0 Fix zero-duration value animations returning the previous value (#8469)
  • 7505692 Fix rendering of thin, angled rectangles (#8482)
  • ca7f0f2 eframe: apply ViewportBuilder::with_monitor on the glow backend (#8302)
  • 07b042b Fix transparent child viewports on Windows with glow (#8423)
  • Additional commits viewable in compare view

Updates eframe from 0.36.1 to 0.36.2

Release notes

Sourced from eframe's releases.

0.36.2 - TextEdit::event_filter and bugfixes

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.

⭐ Added

🔧 Changed

🐛 Fixed

Changelog

Sourced from eframe's changelog.

0.36.2 - 2026-09-08

⭐ Added

🔧 Changed

🐛 Fixed

Commits
  • 49682f8 Release 0.36.2 - Assorted fixes
  • 459f98a Add TextEdit::event_filter (#8530)
  • d19ed82 Add new render_every_step flag to egui_kittest (#8487)
  • a3146e7 Properly respect min_size in TextEdit (#8420)
  • d417c2f Simplify and optimize Color32::from_rgba_unmultiplied (#8427)
  • c0b9996 Fix panic in hit-test when a widget rect contains a NaN (#8479)
  • f63b4d0 Fix zero-duration value animations returning the previous value (#8469)
  • 7505692 Fix rendering of thin, angled rectangles (#8482)
  • ca7f0f2 eframe: apply ViewportBuilder::with_monitor on the glow backend (#8302)
  • 07b042b Fix transparent child viewports on Windows with glow (#8423)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 3 updates: [toml_edit](https://github.com/toml-rs/toml), [egui](https://github.com/emilk/egui) and [eframe](https://github.com/emilk/egui).


Updates `toml_edit` from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.13...v0.25.15)

Updates `egui` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.36.1...0.36.2)

Updates `eframe` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.36.1...0.36.2)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-version: 0.25.15+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: egui
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: eframe
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants