Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 6 updates #89

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the all group with 6 updates:

Package From To
eframe 0.27.2 0.28.1
egui-modal 0.3.6 0.4.0
egui-notify 0.14.0 0.15.0
egui_extras 0.27.2 0.28.1
egui_file 0.17.0 0.18.0
sysinfo 0.30.12 0.31.4

Updates eframe from 0.27.2 to 0.28.1

Release notes

Sourced from eframe's releases.

0.28.1 - Tooltip tweaks

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 changelog

⭐ Added

🔧 Changed

🐛 Fixed

  • Fix default height of top/bottom panels #4779 by @​emilk
  • Show the innermost debug rectangle when pressing all modifier keys #4782 by @​emilk
  • Fix occasional flickering of pointer-tooltips #4788 by @​emilk

eframe changelog

0.28.0 - Sizing pass, and better eframe web

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 changelog

✨ Highlights

🧳 Migration

  • Update MSRV to 1.76 (#4411)
  • The wrap/truncate functions on Label/Button/ComboBox no longer take bools as arguments. Use .wrap_mode(…) instead for more fine control (#4556)
  • Style::wrap has been deprecated in favor of Style::wrap_mode (#4556)
  • Ui::new and ui.child_ui now takes a new parameter for the UiStack (#4588)
  • The extra_asserts and extra_debug_asserts feature flags have been removed (#4478)
  • Remove Event::Scroll and handle it in egui. Use Event::MouseWheel instead (#4524)
  • Event::Zoom is no longer emitted on ctrl+scroll. Use InputState::smooth_scroll_delta instead (#4524)
  • ui.set_enabled and set_visbile have been deprecated (#4614)

... (truncated)

Changelog

Sourced from eframe's changelog.

0.28.1 - 2024-07-05 - Tooltip tweaks

⭐ Added

🔧 Changed

🐛 Fixed

  • Fix default height of top/bottom panels #4779 by @​emilk
  • Show the innermost debug rectangle when pressing all modifier keys #4782 by @​emilk
  • Fix occasional flickering of pointer-tooltips #4788 by @​emilk

0.28.0 - 2024-07-03 - Sizing pass, UiStack and GIF support

✨ Highlights

🧳 Migration

  • Update MSRV to 1.76 (#4411)
  • The wrap/truncate functions on Label/Button/ComboBox no longer take bools as arguments. Use .wrap_mode(…) instead for more fine control (#4556)
  • Style::wrap has been deprecated in favor of Style::wrap_mode (#4556)
  • Ui::new and ui.child_ui now takes a new parameter for the UiStack (#4588)
  • The extra_asserts and extra_debug_asserts feature flags have been removed (#4478)
  • Remove Event::Scroll and handle it in egui. Use Event::MouseWheel instead (#4524)
  • Event::Zoom is no longer emitted on ctrl+scroll. Use InputState::smooth_scroll_delta instead (#4524)
  • ui.set_enabled and set_visbile have been deprecated (#4614)
  • DragValue::clamp_range renamed to range ((#4728)

⭐ Added

... (truncated)

Commits

Updates egui-modal from 0.3.6 to 0.4.0

Commits

Updates egui-notify from 0.14.0 to 0.15.0

Commits

Updates egui_extras from 0.27.2 to 0.28.1

Release notes

Sourced from egui_extras's releases.

0.28.1 - Tooltip tweaks

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 changelog

⭐ Added

🔧 Changed

🐛 Fixed

  • Fix default height of top/bottom panels #4779 by @​emilk
  • Show the innermost debug rectangle when pressing all modifier keys #4782 by @​emilk
  • Fix occasional flickering of pointer-tooltips #4788 by @​emilk

eframe changelog

0.28.0 - Sizing pass, and better eframe web

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 changelog

✨ Highlights

🧳 Migration

  • Update MSRV to 1.76 (#4411)
  • The wrap/truncate functions on Label/Button/ComboBox no longer take bools as arguments. Use .wrap_mode(…) instead for more fine control (#4556)
  • Style::wrap has been deprecated in favor of Style::wrap_mode (#4556)
  • Ui::new and ui.child_ui now takes a new parameter for the UiStack (#4588)
  • The extra_asserts and extra_debug_asserts feature flags have been removed (#4478)
  • Remove Event::Scroll and handle it in egui. Use Event::MouseWheel instead (#4524)
  • Event::Zoom is no longer emitted on ctrl+scroll. Use InputState::smooth_scroll_delta instead (#4524)
  • ui.set_enabled and set_visbile have been deprecated (#4614)

... (truncated)

Changelog

Sourced from egui_extras's changelog.

0.28.1 - 2024-07-05 - Tooltip tweaks

⭐ Added

🔧 Changed

🐛 Fixed

  • Fix default height of top/bottom panels #4779 by @​emilk
  • Show the innermost debug rectangle when pressing all modifier keys #4782 by @​emilk
  • Fix occasional flickering of pointer-tooltips #4788 by @​emilk

0.28.0 - 2024-07-03 - Sizing pass, UiStack and GIF support

✨ Highlights

🧳 Migration

  • Update MSRV to 1.76 (#4411)
  • The wrap/truncate functions on Label/Button/ComboBox no longer take bools as arguments. Use .wrap_mode(…) instead for more fine control (#4556)
  • Style::wrap has been deprecated in favor of Style::wrap_mode (#4556)
  • Ui::new and ui.child_ui now takes a new parameter for the UiStack (#4588)
  • The extra_asserts and extra_debug_asserts feature flags have been removed (#4478)
  • Remove Event::Scroll and handle it in egui. Use Event::MouseWheel instead (#4524)
  • Event::Zoom is no longer emitted on ctrl+scroll. Use InputState::smooth_scroll_delta instead (#4524)
  • ui.set_enabled and set_visbile have been deprecated (#4614)
  • DragValue::clamp_range renamed to range ((#4728)

⭐ Added

... (truncated)

Commits

Updates egui_file from 0.17.0 to 0.18.0

Release notes

Sourced from egui_file's releases.

v0.18.0

  • egui updated to v0.28
Commits
  • 4f6eac7 Replace deprecated functionality
  • 116ad08 Increment minor version
  • d9a592d update egui to 0.28 (#47)
  • 6a3c702 Add show_system_files builder function
  • 32a1c0d Cleanup som imports
  • b75d45d Update
  • bab8880 Update egui to v0.27 and increment minor version
  • 6e96623 Don't clear filename edit if selected file is dir
  • bd4b55c Implements an option to keep the file dialog above all other windows. (#43)
  • e11589a Increment patch version
  • Additional commits viewable in compare view

Updates sysinfo from 0.30.12 to 0.31.4

Changelog

Sourced from sysinfo's changelog.

0.31.4

  • macOS: Force memory cleanup in disk list retrieval.

0.31.3

  • Raspberry Pi: Fix temperature retrieval.

0.31.2

  • Remove bstr dependency (needed for rustc development).

0.31.1

  • Downgrade version of memchr (needed for rustc development).

0.31.0

  • Split crate in features to only enable what you need.
  • Remove System::refresh_process, System::refresh_process_specifics and System::refresh_pids methods.
  • Add new argument of type ProcessesToUpdate to System::refresh_processes and System::refresh_processes_specifics methods.
  • Add new NetworkData::ip_networks method.
  • Add new System::refresh_cpu_list method.
  • Global CPU now only contains CPU usage.
  • Rename TermalSensorType to ThermalSensorType.
  • Process names is now an OsString.
  • Remove System::global_cpu_info.
  • Add System::global_cpu_usage.
  • macOS: Fix invalid CPU computation when single processes are refreshed one after the other.
  • Windows: Fix virtual memory computation.
  • Windows: Fix WoW64 parent process refresh.
  • Linux: Retrieve RSS (Resident Set Size) memory for cgroups.

0.30.13

  • macOS: Fix segfault when calling Components::refresh_list multiple times.
  • Windows: Fix CPU arch retrieval.
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 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 <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 all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [eframe](https://github.com/emilk/egui) | `0.27.2` | `0.28.1` |
| [egui-modal](https://github.com/n00kii/egui-modal) | `0.3.6` | `0.4.0` |
| [egui-notify](https://github.com/ItsEthra/egui-notify) | `0.14.0` | `0.15.0` |
| [egui_extras](https://github.com/emilk/egui) | `0.27.2` | `0.28.1` |
| [egui_file](https://github.com/Barugon/egui_file) | `0.17.0` | `0.18.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.30.12` | `0.31.4` |


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

Updates `egui-modal` from 0.3.6 to 0.4.0
- [Changelog](https://github.com/n00kii/egui-modal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/n00kii/egui-modal/commits)

Updates `egui-notify` from 0.14.0 to 0.15.0
- [Commits](https://github.com/ItsEthra/egui-notify/commits)

Updates `egui_extras` from 0.27.2 to 0.28.1
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.27.2...0.28.1)

Updates `egui_file` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/Barugon/egui_file/releases)
- [Commits](Barugon/egui_file@v0.17.0...v0.18.0)

Updates `sysinfo` from 0.30.12 to 0.31.4
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.31.4)

---
updated-dependencies:
- dependency-name: eframe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: egui-modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: egui-notify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: egui_extras
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: egui_file
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/all-3c0d0b0abc branch September 1, 2024 10:42
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