chore(deps): bump the dependencies group with 5 updates - #13
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [embassy-time](https://github.com/embassy-rs/embassy) | ``d054d10`` | ``2cad35b`` | | [embassy-sync](https://github.com/embassy-rs/embassy) | ``d054d10`` | ``2cad35b`` | | [eframe](https://github.com/emilk/egui) | `0.36.1` | `0.36.2` | | [egui_extras](https://github.com/emilk/egui) | `0.36.1` | `0.36.2` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.13.3` | `0.14.0` | Updates `embassy-time` from `d054d10` to `2cad35b` - [Commits](embassy-rs/embassy@d054d10...2cad35b) Updates `embassy-sync` from `d054d10` to `2cad35b` - [Commits](embassy-rs/embassy@d054d10...2cad35b) 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) Updates `egui_extras` 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 `zstd` from 0.13.3 to 0.14.0 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.13.3...v0.14.0) --- updated-dependencies: - dependency-name: embassy-time dependency-version: 2cad35b28c29a1a846cb841e55a973e5155609d8 dependency-type: direct:production dependency-group: dependencies - dependency-name: embassy-sync dependency-version: 2cad35b28c29a1a846cb841e55a973e5155609d8 dependency-type: direct:production dependency-group: dependencies - dependency-name: eframe dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: egui_extras dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zstd dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 dependencies group with 5 updates:
d054d102cad35bd054d102cad35b0.36.10.36.20.36.10.36.20.13.30.14.0Updates
embassy-timefromd054d10to2cad35bCommits
2cad35bMerge pull request #6964 from MaxFreedomPollard/fair-semaphore-cancel-wake08631a6Merge pull request #7005 from leftger/fix/wba6-adc-ring-buffer-trigger549131bstm32wba6: use TIM1 TRGO2 as external trigger for ADC4 ring buffer example152bcc2Merge pull request #7001 from embassy-rs/stm32-adc-fixesac91d0fMerge pull request #7004 from embassy-rs/nrf-cracen-rngf047845nrf/cracen: fix rng health test failures.5355570Merge pull request #7003 from xoviat/one-crypto7fca3ccstm32/adc: fix many edge cases.c205b69stm32/adc: fix OP0 on STM32H5 ADC337fc54aMerge pull request #7002 from embassy-rs/stm32h7-eth-fencesUpdates
embassy-syncfromd054d10to2cad35bCommits
2cad35bMerge pull request #6964 from MaxFreedomPollard/fair-semaphore-cancel-wake08631a6Merge pull request #7005 from leftger/fix/wba6-adc-ring-buffer-trigger549131bstm32wba6: use TIM1 TRGO2 as external trigger for ADC4 ring buffer example152bcc2Merge pull request #7001 from embassy-rs/stm32-adc-fixesac91d0fMerge pull request #7004 from embassy-rs/nrf-cracen-rngf047845nrf/cracen: fix rng health test failures.5355570Merge pull request #7003 from xoviat/one-crypto7fca3ccstm32/adc: fix many edge cases.c205b69stm32/adc: fix OP0 on STM32H5 ADC337fc54aMerge pull request #7002 from embassy-rs/stm32h7-eth-fencesUpdates
eframefrom 0.36.1 to 0.36.2Release notes
Sourced from eframe's releases.
Changelog
Sourced from eframe's changelog.
Commits
49682f8Release 0.36.2 - Assorted fixes459f98aAddTextEdit::event_filter(#8530)d19ed82Add newrender_every_stepflag to egui_kittest (#8487)a3146e7Properly respectmin_sizeinTextEdit(#8420)d417c2fSimplify and optimizeColor32::from_rgba_unmultiplied(#8427)c0b9996Fix panic in hit-test when a widget rect contains a NaN (#8479)f63b4d0Fix zero-duration value animations returning the previous value (#8469)7505692Fix rendering of thin, angled rectangles (#8482)ca7f0f2eframe: apply ViewportBuilder::with_monitor on the glow backend (#8302)07b042bFix transparent child viewports onWindowswithglow(#8423)Updates
egui_extrasfrom 0.36.1 to 0.36.2Release notes
Sourced from egui_extras's releases.
Changelog
Sourced from egui_extras's changelog.
Commits
49682f8Release 0.36.2 - Assorted fixes459f98aAddTextEdit::event_filter(#8530)d19ed82Add newrender_every_stepflag to egui_kittest (#8487)a3146e7Properly respectmin_sizeinTextEdit(#8420)d417c2fSimplify and optimizeColor32::from_rgba_unmultiplied(#8427)c0b9996Fix panic in hit-test when a widget rect contains a NaN (#8479)f63b4d0Fix zero-duration value animations returning the previous value (#8469)7505692Fix rendering of thin, angled rectangles (#8482)ca7f0f2eframe: apply ViewportBuilder::with_monitor on the glow backend (#8302)07b042bFix transparent child viewports onWindowswithglow(#8423)Updates
zstdfrom 0.13.3 to 0.14.0Commits
648acb4Avoid let...else in the seekable callbackse1152c1Bump versions for the next release7caed6eDerive the usual traits on ResetDirectivebf7b1f7Refuse to reuse a context an error may have left undefined1565618Check the target, not the host, for MSVC8315a62Return Ok(0) from Read::read for an empty buffera7cfa93Keep the std gate on the Cursor WriteBuf impl9bf1692Say why the Send and Sync impls hold681bcc3Don't truncate Cursor positions on 32-bit targetsd5a1fddDon't hand out a &mut Seekable from AdvancedSeekableDependabot 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