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

Update dxr_client requirement from 0.6.2 to 0.7.0 #31

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Updates the requirements on dxr_client to permit the latest version.

Release notes

Sourced from dxr_client's releases.

Release 0.7.0

This release includes a simplified client API that removes the unnecessary indirection caused by the Call struct, in addition to some notable dependency updates (hyper v1) that are part of the public API.

Major dependency updates:

  • axum v0.6 → v0.7
  • base64 v0.21 → v0.22
  • hyper v0.14 → v1
  • proc-macro-crate v1 → v3
  • quick-xml v0.30 → 0.37
  • reqwest v0.11 → v0.12

Thanks to @​pendulum-project, @​elementary, @​tweedegolf, @​Conan-Kudo, @​sdroege, @​alexsaezm, @​Best-HeyGman, and a mystery sponsor for supporting my work.

Changelog

Sourced from dxr_client's changelog.

Release 0.7.0

This release includes a simplified client API that removes the unnecessary indirection caused by the Call struct, in addition to some notable dependency updates (hyper v1) that are part of the public API.

Major dependency updates:

  • axum v0.6 → v0.7
  • base64 v0.21 → v0.22
  • hyper v0.14 → v1
  • proc-macro-crate v1 → v3
  • quick-xml v0.30 → 0.37
  • reqwest v0.11 → v0.12

Release 0.6.3

This release contains a fix for a compilation failure when using the derive macros for TryToValue and TryFromValue and a custom Result type is in scope.

The oldest supported Rust version was bumped to 1.70.0 to match crate dependencies.

Release 0.6.2

This release introduces support for serializing / deserializing XML-RPC structs that have members with names that are reserved keywords in Rust (using the standard raw identifier syntax).

The oldest supported Rust version was bumped to 1.67.0 to match the time crate.

Release 0.6.1

This release slightly improves interoperability with other XML-RPC implementations. Some implementations line-wrap base64-encoded strings in the <base64> type, which is now supported. Previous releases of dxr rejected base64 values that included any whitespace.

Release 0.6.0

This release includes changes from v0.6.0-beta.1 and v0.6.0-beta.2.

Internal changes:

This version introduces new helper functions for serializing and deserializing XML in an effort to produce consistent output that is compatible with the widest range of other XML-RPC implementations (some of which don't support self-closing XML tags).

Notably, quick-xml versions before 0.27 produced self-closing tags only in some circumstances (like <nil/> values), but not others (like empty string values: <value><string></string></value>). Versions 0.27 and newer fixed this issue by consistently writing self-closing tags. Version 0.30 added a custom deserializer setting to expand these tags

... (truncated)

Commits
  • bd53c3d Release 0.7.0
  • dc0b2f6 deps: bump quick-xml dependency from 0.36 to 0.37
  • bcc3edb dxr: elide some lifetimes that are not explicitly required
  • 84677c6 tests: allow missing docs for derive tests
  • a924d35 deps: various updates
  • 5035df8 update README for dxr_client::Call removal
  • 9912ded deps: various updates
  • 7300081 meta: move lints from attributes into Cargo.toml
  • 2374b7f cargo fmt
  • 5104c36 deps: bump quick-xml dependency from 0.32 to 0.36
  • 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 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 [dxr_client](https://github.com/ironthree/dxr) to permit the latest version.
- [Release notes](https://github.com/ironthree/dxr/releases)
- [Changelog](https://github.com/ironthree/dxr/blob/main/CHANGELOG.md)
- [Commits](ironthree/dxr@0.6.2...0.7.0)

---
updated-dependencies:
- dependency-name: dxr_client
  dependency-type: direct:production
...

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 Dec 2, 2024
@TheDaemoness TheDaemoness force-pushed the dependabot/cargo/dxr_client-0.7.0 branch from 2e6eb95 to 5c919fd Compare December 5, 2024 17:41
@glguy glguy merged commit f022ed5 into main Dec 9, 2024
4 checks passed
@glguy glguy deleted the dependabot/cargo/dxr_client-0.7.0 branch December 9, 2024 17:27
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.

2 participants