Skip to content

deps(deps): bump iri-string from 0.7.10 to 0.7.11#169

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/develop/iri-string-0.7.11
Open

deps(deps): bump iri-string from 0.7.10 to 0.7.11#169
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/develop/iri-string-0.7.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps iri-string from 0.7.10 to 0.7.11.

Changelog

Sourced from iri-string's changelog.

[v0.7.11]

  • Add utility functions to visit a list or an associative array for URI template expansion.
  • Add methods to replace host in allocated IRI string types.
  • Support creating a build::Builder from IRI reference types.
  • Add percent_encode::decode::decode_whatwg_bytes() and related types for percent-decoding by the user.
  • Add a syntax checker for reg-name and ireg-name syntax.
  • doc: Add a guidance to apply IDNA conversion to IRI types.
  • internal refactoring: Reduce redundant validation of string type conversions.

Added

  • Add utility functions to visit a list or an associative array for URI template expansion.
    • List of added trait methods:
      • template::context::Visitor::visit_list_direct()
      • template::context::Visitor::visit_assoc_direct()
  • Add methods to replace host in allocated IRI string types.
    • In summary, added {,try_}replace_host{,_reg_name} methods to types that can contain authorities (i.e., Ri{Absolute,Reference,Relative,}String).
    • List of added methods:
      • types::generic::RiAbsoluteString::replace_host
      • types::generic::RiAbsoluteString::replace_host_reg_name
      • types::generic::RiAbsoluteString::try_replace_host
      • types::generic::RiAbsoluteString::try_replace_host_reg_name
      • types::generic::RiReferenceString::replace_host
      • types::generic::RiReferenceString::replace_host_reg_name
      • types::generic::RiReferenceString::try_replace_host
      • types::generic::RiReferenceString::try_replace_host_reg_name
      • types::generic::RiRelativeString::replace_host
      • types::generic::RiRelativeString::replace_host_reg_name
      • types::generic::RiRelativeString::try_replace_host
      • types::generic::RiRelativeString::try_replace_host_reg_name
      • types::generic::RiString::replace_host
      • types::generic::RiString::replace_host_reg_name
      • types::generic::RiString::try_replace_host
      • types::generic::RiString::try_replace_host_reg_name
  • Support creating a build::Builder from IRI reference types.
    • List of added trait impls:
      • From<types::RiAbsoluteStr<S>> for build::Builder<'_>
      • From<types::RiReferenceStr<S>> for build::Builder<'_>
      • From<types::RiRelativeStr<S>> for build::Builder<'_>
      • From<types::RiStr<S>> for build::Builder<'_>
  • Add percent_encode::decode::decode_whatwg_bytes() and related types for percent-decoding by the user.
    • List of added items:
      • percent_decode::decode::decode_whatwg_bytes() function
      • percent_decode::decode::PercentDecodedWhatwgBytyes type

... (truncated)

Commits
  • eabc0c4 chore: bump version to v0.7.11
  • b42519a Bump version to v0.7.11
  • 35cda2e test(ci): opt out default features on documentation checks
  • 23f64cc doc: add a guidance to apply IDNA conversion to IRI types
  • e3589dc feat(validate): add a validater for reg-name
  • 8ab2722 doc: reword the comment for consistency
  • 8b7c086 feat(percent_encode): provide a function for percent-decode algorithm
  • 1cee8f7 Add a CHANGELOG entry about percent-decoding
  • d7ee69e Add decode_whatwg_bytes() for percent-decoding
  • d2f97f0 Make some parsers accept both string and bytes
  • 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 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)

Bumps [iri-string](https://github.com/lo48576/iri-string) from 0.7.10 to 0.7.11.
- [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
- [Commits](lo48576/iri-string@v0.7.10...v0.7.11)

---
updated-dependencies:
- dependency-name: iri-string
  dependency-version: 0.7.11
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Mar 23, 2026
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