Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the cargo group with 2 updates: clap and quick-xml.

Updates clap from 4.5.51 to 4.5.52

Release notes

Sourced from clap's releases.

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Changelog

Sourced from clap's changelog.

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Commits
  • 783b291 chore: Release
  • a88013a docs: Update changelog
  • a3c6230 Merge pull request #6000 from mernen/fix-zsh-dynamic-completion
  • 951536e chore: Release
  • 3c527af chore: Update transitive clap
  • 8520a7a chore: Release
  • 2826eed chore(nushell): Require newer clap_complete
  • c17d25f docs: Update changelog
  • 493a71a Merge pull request #5999 from cenviity/push-tqqzyttsoktu
  • c758212 feat(help): Merge lists of short and long aliases
  • Additional commits viewable in compare view

Updates quick-xml from 0.38.3 to 0.38.4

Release notes

Sourced from quick-xml's releases.

v0.38.4 - CDATA serialization in serde

What's Changed

New Features

  • #353: Add ability to serialize textual content as CDATA sections in Serializer. Everywhere where the text node may be created, a CDATA section(s) could be produced instead. See the new [Serializer::text_format()] method.

Bug Fixes

  • #912: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example <int> 42 </int>. That space characters are usually indent added during serialization and other XML serialization libraries trims them

Misc Changes

  • #901: Fix running tests on 32-bit architecture
  • #909: Avoid some allocations in the Serializer

#353: tafia/quick-xml#353 #901: tafia/quick-xml#901 #909: tafia/quick-xml#909 #912: tafia/quick-xml#912 [Serializer::text_format()]: https://docs.rs/quick-xml/0.38.4/quick_xml/se/struct.Serializer.html#method.text_format

New Contributors

Full Changelog: tafia/quick-xml@v0.38.3...v0.38.4

Changelog

Sourced from quick-xml's changelog.

0.38.4 -- 2025-11-11

New Features

  • #353: Add ability to serialize textual content as CDATA sections in Serializer. Everywhere where the text node may be created, a CDATA section(s) could be produced instead. See the new [Serializer::text_format()] method.

Bug Fixes

  • #912: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example <int> 42 </int>. That space characters are usually indent added during serialization and other XML serialization libraries trims them

Misc Changes

  • #901: Fix running tests on 32-bit architecture
  • #909: Avoid some allocations in the Serializer

#353: tafia/quick-xml#353 #901: tafia/quick-xml#901 #909: tafia/quick-xml#909 #912: tafia/quick-xml#912 [Serializer::text_format()]: https://docs.rs/quick-xml/0.38.4/quick_xml/se/struct.Serializer.html#method.text_format

Commits
  • 595033e Release 0.38.4
  • 06772a6 compare: update xml-rs 0.8 -> 1.0
  • 40a8ec1 compare: update xml5ever 0.35 -> 0.36
  • 8188346 Merge pull request #912 from Mingun/trim-spaces-for-primitives
  • 10d0646 Trim spaces in SimpleTypeDeserializer before deserialize numbers, booleans an...
  • 1b07a6a Add tests with spaces around values
  • 1fc4cb1 Add tests for deserializing primitives from self-closed tag
  • c67b82b Reorder text_nested test to match common order
  • 4c8712c Split one trivial::\<type>::{field, naked, text} tests to several independen...
  • f2ac3f3 Forward deserialization of primitives to SimpleTypeDeserializer
  • 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

Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [quick-xml](https://github.com/tafia/quick-xml).


Updates `clap` from 4.5.51 to 4.5.52
- [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.51...clap_complete-v4.5.52)

Updates `quick-xml` from 0.38.3 to 0.38.4
- [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.38.3...v0.38.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 17, 2025
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.53%. Comparing base (c5b90f4) to head (262c5e1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   96.53%   96.53%           
=======================================
  Files          14       14           
  Lines        2999     2999           
=======================================
  Hits         2895     2895           
  Misses        104      104           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant