chore(deps): bump the cargo-dependencies group with 8 updates - #98
Merged
Merged
Conversation
Bumps the cargo-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [dicom-core](https://github.com/Enet4/dicom-rs) | `0.9.1` | `0.10.0` | | [dicom-object](https://github.com/Enet4/dicom-rs) | `0.9.1` | `0.10.0` | | [dicom-pixeldata](https://github.com/Enet4/dicom-rs) | `0.9.1` | `0.10.0` | | [eframe](https://github.com/emilk/egui) | `0.33.3` | `0.35.0` | | [egui](https://github.com/emilk/egui) | `0.33.3` | `0.35.0` | | [dicom-encoding](https://github.com/Enet4/dicom-rs) | `0.9.1` | `0.10.0` | | [dicom-transfer-syntax-registry](https://github.com/Enet4/dicom-rs) | `0.9.1` | `0.10.0` | Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `dicom-core` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/Enet4/dicom-rs/releases) - [Commits](Enet4/dicom-rs@v0.9.1...v0.10.0) Updates `dicom-object` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/Enet4/dicom-rs/releases) - [Commits](Enet4/dicom-rs@v0.9.1...v0.10.0) Updates `dicom-pixeldata` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/Enet4/dicom-rs/releases) - [Commits](Enet4/dicom-rs@v0.9.1...v0.10.0) Updates `eframe` from 0.33.3 to 0.35.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.35.0) Updates `egui` from 0.33.3 to 0.35.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.35.0) Updates `dicom-encoding` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/Enet4/dicom-rs/releases) - [Commits](Enet4/dicom-rs@v0.9.1...v0.10.0) Updates `dicom-transfer-syntax-registry` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/Enet4/dicom-rs/releases) - [Commits](Enet4/dicom-rs@v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: dicom-core dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: dicom-object dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: dicom-pixeldata dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: eframe dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: egui dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: dicom-encoding dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: dicom-transfer-syntax-registry dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
✅ Action performedReview finished.
|
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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-dependencies group with 8 updates:
1.0.1021.0.1030.9.10.10.00.9.10.10.00.9.10.10.00.33.30.35.00.33.30.35.00.9.10.10.00.9.10.10.0Updates
anyhowfrom 1.0.102 to 1.0.103Release notes
Sourced from anyhow's releases.
Commits
5bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
dicom-corefrom 0.9.1 to 0.10.0Commits
2941c54Bump to v0.10.0dc36ec2rustfmt the entire project36f009fMerge pull request #801 from Enet4/chore/contributing-2026-06a6b84e9Update contributor guidelines with AI policy0245a4aUpdate contributor guidelines with security policy23886b8Update contributor guidelines with advice on Cargo features949ad3cMerge pull request #795 from Enet4/chore/cargo-update-2026-0694d4950Cargo update (2026-06)9bebae2Merge pull request #769 from Enet4/chore/impl-0.10.0fa673c6Merge pull request #794 from Enet4/change/app-common/reviseUpdates
dicom-objectfrom 0.9.1 to 0.10.0Release notes
Sourced from dicom-object's releases.
... (truncated)
Commits
2941c54Bump to v0.10.0dc36ec2rustfmt the entire project36f009fMerge pull request #801 from Enet4/chore/contributing-2026-06a6b84e9Update contributor guidelines with AI policy0245a4aUpdate contributor guidelines with security policy23886b8Update contributor guidelines with advice on Cargo features949ad3cMerge pull request #795 from Enet4/chore/cargo-update-2026-0694d4950Cargo update (2026-06)9bebae2Merge pull request #769 from Enet4/chore/impl-0.10.0fa673c6Merge pull request #794 from Enet4/change/app-common/reviseUpdates
dicom-pixeldatafrom 0.9.1 to 0.10.0Commits
2941c54Bump to v0.10.0dc36ec2rustfmt the entire project36f009fMerge pull request #801 from Enet4/chore/contributing-2026-06a6b84e9Update contributor guidelines with AI policy0245a4aUpdate contributor guidelines with security policy23886b8Update contributor guidelines with advice on Cargo features949ad3cMerge pull request #795 from Enet4/chore/cargo-update-2026-0694d4950Cargo update (2026-06)9bebae2Merge pull request #769 from Enet4/chore/impl-0.10.0fa673c6Merge pull request #794 from Enet4/change/app-common/reviseUpdates
eframefrom 0.33.3 to 0.35.0Release notes
Sourced from eframe's releases.
... (truncated)
Changelog
Sourced from eframe's changelog.
... (truncated)
Commits
74c0a0cAdd changeloga08630cImprove docs on some methods to clarify what counts as a "click" (#8251)5bf62caImplement proper visuals for IME composition (#8083)a8d09ebFix macOS wgpu live resize with low-latency surfaces (#8229)2e26b70Calllogiceven while browser tab is in background (#8257)26ead4afeat: addremove_string()to storage trait (#8264)3fdcef1Addatoms()helpers to getAtomsfrom widgets (#8128)ffbd7dcRemove 64 bit atomics in egui_extras (#8263)3e19bd1Make font hinting target configurable viaFontTweak(#8262)e8d9652MakeSlider::newtakeimpl Into<RangeInclusive(#8260)Updates
eguifrom 0.33.3 to 0.35.0Release notes
Sourced from egui's releases.
... (truncated)
Changelog
Sourced from egui's changelog.
... (truncated)
Commits
f72eaf6Add egui_inspection to missing places6f15dc0Release 0.35.0bc50ef7Fix accidental change9758f7bFix video74c0a0cAdd changeloga08630cImprove docs on some methods to clarify what counts as a "click" (#8251)5bf62caImplement proper visuals for IME composition (#8083)a8d09ebFix macOS wgpu live resize with low-latency surfaces (#8229)2e26b70Calllogiceven while browser tab is in background (#8257)26ead4afeat: addremove_string()to storage trait (#8264)Updates
dicom-encodingfrom 0.9.1 to 0.10.0Release notes
Sourced from dicom-encoding's releases.
... (truncated)
Commits
2941c54Bump to v0.10.0dc36ec2rustfmt the entire project36f009fMerge pull request #801 from Enet4/chore/contributing-2026-06a6b84e9Update contributor guidelines with AI policy0245a4aUpdate contributor guidelines with security policy23886b8Update contributor guidelines with advice on Cargo features949ad3cMerge pull request #795 from Enet4/chore/cargo-update-2026-0694d4950Cargo update (2026-06)9bebae2Merge pull request #769 from Enet4/chore/impl-0.10.0fa673c6Merge pull request #794 from Enet4/change/app-common/reviseUpdates
dicom-transfer-syntax-registryfrom 0.9.1 to 0.10.0Release notes
Sourced from dicom-transfer-syntax-registry's releases.
... (truncated)
Commits
2941c54Bump to v0.10.0dc36ec2rustfmt the entire project36f009fMerge pull request #801 from Enet4/chore/contributing-2026-06a6b84e9Update contributor guidelines with AI policy0245a4aUpdate contributor guidelines with security policy23886b8Update contributor guidelines with advice on Cargo features949ad3cMerge pull request #795 from Enet4/chore/cargo-update-2026-0694d4950Cargo update (2026-06)9bebae2Merge pull request #769 from Enet4/chore/impl-0.10.0fa673c6Merge pull request #794 from Enet4/change/app-common/reviseDependabot 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