Skip to content

Bump quick-xml from 0.37.2 to 0.37.4 in the default group #80

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

Merged
merged 1 commit into from
Apr 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the default group with 1 update: quick-xml.

Updates quick-xml from 0.37.2 to 0.37.4

Release notes

Sourced from quick-xml's releases.

v0.37.4 - Derive more traits for readers

What's Changed

Misc Changes

  • #852: Add Debug impl for NsReader and Reader and Clone impl for NsReader

#852: tafia/quick-xml#852

New Contributors

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

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.4 -- 2025-04-01

Misc Changes

  • #852: Add Debug impl for NsReader and Reader and Clone impl for NsReader

#852: tafia/quick-xml#852

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
  • a81bac7 Release 0.37.4
  • cbcf835 Add some standard derives for Debug and Clone on Reader and NsReader.
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

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 default group with 1 update: [quick-xml](https://github.com/tafia/quick-xml).


Updates `quick-xml` from 0.37.2 to 0.37.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.37.2...v0.37.4)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
...

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 Apr 1, 2025
@nathaniel-daniel nathaniel-daniel merged commit a3aab10 into master Apr 5, 2025
3 checks passed
@nathaniel-daniel nathaniel-daniel deleted the dependabot/cargo/default-7201370642 branch April 5, 2025 03:08
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