Skip to content

Bump the cargo group with 6 updates - #200

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

Bump the cargo group with 6 updates#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-b249419cc5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 6 updates:

Package From To
eframe 0.34.3 0.36.1
egui_glow 0.34.3 0.36.1
glow 0.17.0 0.18.0
i_overlay 8.0.0 8.1.0
glam 0.33.3 0.33.5
egui-phosphor 0.12.0 0.13.0

Updates eframe from 0.34.3 to 0.36.1

Release notes

Sourced from eframe's releases.

0.36.1 - Sense::drag() bugfix

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.

0.36.0 - Improved mobile keyboard support

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.

Highlights ✨

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

ScreenRecording_08-05-2026.11-48-49_1.MP4

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

Screen.Recording.2026-08-05.at.11.45.10.mov

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar), stayed in the OS theme. Now, it syncs with the app theme:

Screen.Recording.2026-08-05.at.11.45.47.mov

... (truncated)

Changelog

Sourced from eframe's changelog.

0.36.1 - 2026-08-07

0.36.0 - 2026-08-05

Highlights ✨

This release drastically improves the mobile keyboard experience (when using eframe web). It also adds drag-to-open panels, window chrome theme sync and a lot of small bug fixes and improvements!

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

ScreenRecording_08-05-2026.11-48-49_1.MP4

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

Screen.Recording.2026-08-05.at.11.45.10.mov

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar) stayed in the OS theme. Now, it syncs with the app theme:

Screen.Recording.2026-08-05.at.11.45.47.mov

⭐ Added

🔧 Changed

🔥 Removed

... (truncated)

Commits
  • 4c1f2fa Release 0.36.1 - Fix Sense::drag bug
  • 42cd821 Fix Sense::drag detecting drags when clicking widget above it (#8396)
  • 2397194 Release 0.36.0 - Improved mobile keyboard support (#8390)
  • e37d44a Never run an egui pass when nothing will be shown (#8387)
  • 90e0302 Fix a few nightly clippy lints (#8388)
  • 5347b0a Fix window with a Grid being widenable but not shrinkable again (#8386)
  • 622bbbe Add drag-to-open for collapsible panels (#8363)
  • 98eab50 Treat a press that leaves a widget as a drag (#8365)
  • 78c0e39 Fix ScrollArea failure by handling horizontal and vertical scrolling separate...
  • 5c0b690 Add extra_text_line_spacing to control vertical spacing between text lines ...
  • Additional commits viewable in compare view

Updates egui_glow from 0.34.3 to 0.36.1

Release notes

Sourced from egui_glow's releases.

0.36.1 - Sense::drag() bugfix

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.

0.36.0 - Improved mobile keyboard support

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.

Highlights ✨

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

ScreenRecording_08-05-2026.11-48-49_1.MP4

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

Screen.Recording.2026-08-05.at.11.45.10.mov

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar), stayed in the OS theme. Now, it syncs with the app theme:

Screen.Recording.2026-08-05.at.11.45.47.mov

... (truncated)

Changelog

Sourced from egui_glow's changelog.

0.36.1 - 2026-08-07

0.36.0 - 2026-08-05

Highlights ✨

This release drastically improves the mobile keyboard experience (when using eframe web). It also adds drag-to-open panels, window chrome theme sync and a lot of small bug fixes and improvements!

Improved mobile keyboard support

Autocomplete, autocorrect and IMEs now work correctly on iOS and android (on eframe web)!

ScreenRecording_08-05-2026.11-48-49_1.MP4

Drag to reopen panels

You can now reopen closed panels by dragging the handle:

Screen.Recording.2026-08-05.at.11.45.10.mov

Window decoration theme is now synced with app theme

Previously, when switching themes, the window chrome (OS titlebar) stayed in the OS theme. Now, it syncs with the app theme:

Screen.Recording.2026-08-05.at.11.45.47.mov

⭐ Added

🔧 Changed

🔥 Removed

... (truncated)

Commits
  • 4c1f2fa Release 0.36.1 - Fix Sense::drag bug
  • 42cd821 Fix Sense::drag detecting drags when clicking widget above it (#8396)
  • 2397194 Release 0.36.0 - Improved mobile keyboard support (#8390)
  • e37d44a Never run an egui pass when nothing will be shown (#8387)
  • 90e0302 Fix a few nightly clippy lints (#8388)
  • 5347b0a Fix window with a Grid being widenable but not shrinkable again (#8386)
  • 622bbbe Add drag-to-open for collapsible panels (#8363)
  • 98eab50 Treat a press that leaves a widget as a drag (#8365)
  • 78c0e39 Fix ScrollArea failure by handling horizontal and vertical scrolling separate...
  • 5c0b690 Add extra_text_line_spacing to control vertical spacing between text lines ...
  • Additional commits viewable in compare view

Updates glow from 0.17.0 to 0.18.0

Commits

Updates i_overlay from 8.0.0 to 8.1.0

Release notes

Sourced from i_overlay's releases.

v8.1.0

What’s new

  • Variable-width stroke API.
  • Flat shape hierarchy API.
  • Batch point-location API.
Commits

Updates glam from 0.33.3 to 0.33.5

Changelog

Sourced from glam's changelog.

0.33.5 - 2026-08-19

Fixed

  • Fix remaining 32-bit layout tests and add i686 CI coveragees (#784)
  • 32-bit I64Vec3 and U64Vec3 alignment tests (#781)

0.33.4 - 2026-08-18

Added

  • Add serde serialize to BVec3A and BVec4A when scalar-math enabled. (#768)

Fixed

  • ISizeVecN layout checks on 32-bit targets (#775)
  • USizeVec2 layout checks on 32-bit targets (#771)

Changed

  • Replace scalar recip() calls with explicit division in vector implementations (#765)

Other

  • Add release-plz support (#772)
  • normalize changelog to the release-plz format (#776)
Commits
  • a867ca8 Prepare 0.33.5 release (#783)
  • 6fd1f1f fix: fix remaining 32-bit layout tests and add i686 CI coveragees (#784)
  • b5b6808 fix: 32-bit I64Vec3 and U64Vec3 alignment tests (#781)
  • f4560a9 ci: filter release-plz changelog to user-facing changes (#782)
  • 5fd5c5a docs: update CONTRIBUTING.md and ARCHITECTURE.md (#779)
  • 0e56be2 ci: exempt release-plz PRs from the title lint and fix the bump policy docs (...
  • 762199c Prepare 0.33.4 release (#774)
  • ac7746f docs: normalize changelog to the release-plz format (#776)
  • 5f79925 fix: ISizeVec layout checks on 32-bit targets (#775)
  • 351ebda Fix USizeVec2 layout checks on 32-bit targets (#771)
  • Additional commits viewable in compare view

Updates egui-phosphor from 0.12.0 to 0.13.0

Changelog

Sourced from egui-phosphor's changelog.

0.13.0 - 2027-07-22

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [eframe](https://github.com/emilk/egui) | `0.34.3` | `0.36.1` |
| [egui_glow](https://github.com/emilk/egui) | `0.34.3` | `0.36.1` |
| [glow](https://github.com/grovesNL/glow) | `0.17.0` | `0.18.0` |
| [i_overlay](https://github.com/iShape-Rust/iOverlay) | `8.0.0` | `8.1.0` |
| [glam](https://github.com/bitshifter/glam-rs) | `0.33.3` | `0.33.5` |
| [egui-phosphor](https://github.com/amPerl/egui-phosphor) | `0.12.0` | `0.13.0` |


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

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

Updates `glow` from 0.17.0 to 0.18.0
- [Commits](https://github.com/grovesNL/glow/commits)

Updates `i_overlay` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/iShape-Rust/iOverlay/releases)
- [Commits](iShape-Rust/iOverlay@8.0.0...8.1.0)

Updates `glam` from 0.33.3 to 0.33.5
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.33.3...0.33.5)

Updates `egui-phosphor` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/amPerl/egui-phosphor/blob/main/CHANGELOG.md)
- [Commits](amPerl/egui-phosphor@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: eframe
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: egui_glow
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: glow
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: i_overlay
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: glam
  dependency-version: 0.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: egui-phosphor
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 30, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-b249419cc5 branch August 30, 2026 06:13
@github-actions

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-30 06:13 UTC

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