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

build(deps): bump the cargo-minor group with 3 updates #19985

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the cargo-minor group with 3 updates: clap, image and quick-xml.

Updates clap from 4.5.32 to 4.5.34

Release notes

Sourced from clap's releases.

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Changelog

Sourced from clap's changelog.

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Commits
  • 5d2cdac chore: Release
  • f1c10eb docs: Update changelog
  • a4d1a7f chore(ci): Take a break from template updates
  • e95ed39 Merge pull request #5775 from vivienm/master
  • 18f8d4c chore(deps): Update Rust Stable to v1.82 (#5788)
  • f35d8e0 Merge pull request #5787 from epage/template
  • 1389d7d chore: Update from '_rust/main' template
  • dbc9faa chore(ci): Initialize git for template update
  • 3dac2f3 chore(ci): Get history for template update
  • e1f77da chore(ci): Fix branch for template update
  • Additional commits viewable in compare view

Updates image from 0.25.5 to 0.25.6

Changelog

Sourced from image's changelog.

Version 0.25.6

Features:

  • Improved format detection (#2418)
  • Implement writing ICC profiles for JPEG and PNG images (#2389)

Bug fixes:

  • JPEG encoding bugfix (#2387)
  • Expanded ICO format detection (#2434)
  • Fixed EXR bug with NaNs (#2381)
  • Various documentation improvements
Commits

Updates quick-xml from 0.37.2 to 0.37.3

Release notes

Sourced from quick-xml's releases.

v0.37.3 - support for xsi:nil in Deserializer

What's Changed

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

Full Changelog: tafia/quick-xml@v0.37.2...v0.37.3

Changelog

Sourced from quick-xml's changelog.

0.37.3 -- 2025-03-25

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

#497: tafia/quick-xml#497 #850: tafia/quick-xml#850

Commits
  • 2cedfe1 Release 0.37.3
  • 44644b3 Merge pull request #850 from Mingun/fix/honor_xsi_nil
  • 3c4de88 Migrate to actions/upload-artifact@v4 in fuzzer sub-project
  • 6176c33 Properly use xsi:nil to deserialize null values via serde
  • 10b37f7 Add tests for xsi:nil handling
  • 521707c Add regression tests for #497
  • b8ce862 Use namespace-aware reader in serde deserializer
  • 341db46 Add helper method to check if xsi:nil value is set in attributes
  • 41b6dc1 Add helper method to check if attribute value represents boolean value
  • 40538b7 Improve debug representation of Attribute and Attributes
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Mar 31, 2025
Bumps the cargo-minor group with 3 updates: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [quick-xml](https://github.com/tafia/quick-xml).


Updates `clap` from 4.5.32 to 4.5.34
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.32...clap_complete-v4.5.34)

Updates `image` from 0.25.5 to 0.25.6
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.5...v0.25.6)

Updates `quick-xml` from 0.37.2 to 0.37.3
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.37.2...v0.37.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/cargo-minor-b3cf2d3029 branch from d7f4574 to 3503455 Compare March 31, 2025 21:11
@torokati44 torokati44 enabled auto-merge (rebase) March 31, 2025 21:11
@torokati44 torokati44 merged commit b636e30 into master Mar 31, 2025
22 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-minor-b3cf2d3029 branch March 31, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant