Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Update quick-xml requirement from 0.19 to 0.20#31

Merged
dependabot[bot] merged 1 commit into
masterfrom
dependabot/cargo/quick-xml-0.20
Oct 19, 2020
Merged

Update quick-xml requirement from 0.19 to 0.20#31
dependabot[bot] merged 1 commit into
masterfrom
dependabot/cargo/quick-xml-0.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 19, 2020

Copy link
Copy Markdown
Contributor

Updates the requirements on quick-xml to permit the latest version.

Changelog

Sourced from quick-xml's changelog.

0.20.0

  • test: Add tests for indentation
  • test: Add complete tests for serde deserialization
  • feat: Use self-closed tags when serialize types without nested elements with serde
  • feat: Add two new API to the BytesStart: to_borrowed() and to_end()
  • feat: Add ability to specify name of the root tag and indentation settings when serialize type with serde
  • feat: Add support for serialization of
    • unit enums variants
    • newtype structs and enum variants
    • unnamed tuples, tuple structs and enum variants
  • fix: More consistent structs serialization
  • fix: Deserialization of newtype structs
  • fix: unit deserialization and newtype and struct deserialization in adjacently tagged enums

0.19.0

  • docs: Add example for nested parsing
  • fix: buffer_position not properly set sometimes
  • feat: Make escape module public apart from EscapeError
  • feat: Nake Reader Cloneable
  • feat: Enable writing manual indentation (and fix underflow on shrink)
  • style: Forbid unsafe code
  • fix: Use write_all instead of write
  • fix: (Serde) Serialize basic types as attributes (breaking change)
  • test: Fix benchmarks on Windows and add trimmed variant
  • feat: deserialize bytes

0.18.0 - 0.18.1

  • feat: add decode_without_bom fns for BOM prefixed text fields
  • fix: decode then unescape instead of unescape and decode

0.17.2

  • feat: add Seq to serializer
  • docs: update readme with example for $value

0.17.1

  • feat: add new serialize feature to support serde serialize/deserialize

0.17.0

  • perf: speed up (un)escape a little
  • feat: remove failure completely (breaking change) and implement std::error::Error for Error
  • feat: improve Debugs for Attribute, BytesStart, BytesEnd, BytesText

0.16.1

  • refactor: remove derive_more dependency (used only in 2 structs)
  • refactor: move xml-rs bench dependency into another local crate

0.16.0

  • feat: (breaking change) set failure and encoding_rs crates as optional. You should now use respectively use-failure and encoding features to get the old behavior

... (truncated)

Commits

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [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.19.0...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 19, 2020
@Tpt

Tpt commented Oct 19, 2020

Copy link
Copy Markdown
Collaborator

@dependabot merge

@dependabot dependabot Bot merged commit a05ee07 into master Oct 19, 2020
@dependabot dependabot Bot deleted the dependabot/cargo/quick-xml-0.20 branch October 19, 2020 07:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant