Bump the cargo group with 7 updates - #199
Merged
Merged
Conversation
Bumps the cargo group with 7 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` | | [geo](https://github.com/georust/geo) | `0.29.3` | `0.33.1` | | [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [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 `geo` from 0.29.3 to 0.33.1 - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](georust/geo@geo-0.29.3...geo-0.33.1) Updates `futures-channel` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `futures-util` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) 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: geo dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: futures-channel dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: futures-util dependency-version: 0.3.34 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>
geo 0.33's earcut_triangles_raw() now returns Vec<[f64; 2]> vertices instead of a flat Vec<f64>, breaking triangulate_polygons's manual 2*i/2*i+1 indexing; update it to index per-vertex. eframe/egui_glow 0.36 still depend on glow 0.17 internally, so the dependabot bump of the direct glow dep to 0.18 produced two incompatible glow::Context types in the graph. egui-phosphor also has no release yet compatible with egui 0.36 (latest 0.13.0 pins egui 0.35). Revert eframe/egui_glow/glow/egui-phosphor to their prior versions until egui-phosphor catches up; keep the geo bump.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 7 updates:
0.34.30.36.10.34.30.36.10.17.00.18.00.29.30.33.10.3.330.3.340.3.330.3.340.12.00.13.0Updates
eframefrom 0.34.3 to 0.36.1Release notes
Sourced from eframe's releases.
... (truncated)
Changelog
Sourced from eframe's changelog.
... (truncated)
Commits
4c1f2faRelease 0.36.1 - FixSense::dragbug42cd821FixSense::dragdetecting drags when clicking widget above it (#8396)2397194Release 0.36.0 - Improved mobile keyboard support (#8390)e37d44aNever run an egui pass when nothing will be shown (#8387)90e0302Fix a few nightly clippy lints (#8388)5347b0aFix window with aGridbeing widenable but not shrinkable again (#8386)622bbbeAdd drag-to-open for collapsible panels (#8363)98eab50Treat a press that leaves a widget as a drag (#8365)78c0e39Fix ScrollArea failure by handling horizontal and vertical scrolling separate...5c0b690Addextra_text_line_spacingto control vertical spacing between text lines ...Updates
egui_glowfrom 0.34.3 to 0.36.1Release notes
Sourced from egui_glow's releases.
... (truncated)
Changelog
Sourced from egui_glow's changelog.
... (truncated)
Commits
4c1f2faRelease 0.36.1 - FixSense::dragbug42cd821FixSense::dragdetecting drags when clicking widget above it (#8396)2397194Release 0.36.0 - Improved mobile keyboard support (#8390)e37d44aNever run an egui pass when nothing will be shown (#8387)90e0302Fix a few nightly clippy lints (#8388)5347b0aFix window with aGridbeing widenable but not shrinkable again (#8386)622bbbeAdd drag-to-open for collapsible panels (#8363)98eab50Treat a press that leaves a widget as a drag (#8365)78c0e39Fix ScrollArea failure by handling horizontal and vertical scrolling separate...5c0b690Addextra_text_line_spacingto control vertical spacing between text lines ...Updates
glowfrom 0.17.0 to 0.18.0Commits
Updates
geofrom 0.29.3 to 0.33.1Commits
5ab50b0prepare for 0.33.1 release386b4b0Fix earcut builddfde97cprepare for geo v0.33.0 releasea4c0a49Add ball tree spatial index (#1502)981be9fprepare for geo-types v0.7.19 release7d9831dUse PreparedGeometry for polygon validation performance (#1501)7c00e17Implement MonotoneChain data structure (#1467)dd73f38update i_overlay (#1520)8c11b5dAdd MakeValid trait for polygon repair via constrained Delaunay triangulation...10f14d7update rand to 0.10.0 (#1519)Updates
futures-channelfrom 0.3.33 to 0.3.34Release notes
Sourced from futures-channel's releases.
Changelog
Sourced from futures-channel's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
futures-utilfrom 0.3.33 to 0.3.34Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
egui-phosphorfrom 0.12.0 to 0.13.0Changelog
Sourced from egui-phosphor's changelog.
Commits
2e7ec7abump to 0.13.0 for egui 0.357493718Merge pull request #41 from crumblingstatue/egui-0355a0075fUpdate to egui 0.35Dependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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