Skip to content

deps(cargo): bump iri-string from 0.7.12 to 0.7.13 in the cargo-dependencies group - #49

Merged
eikendev merged 1 commit into
mainfrom
dependabot-cargo-cargo-dependencies-cf4e79f25e
Jul 18, 2026
Merged

deps(cargo): bump iri-string from 0.7.12 to 0.7.13 in the cargo-dependencies group#49
eikendev merged 1 commit into
mainfrom
dependabot-cargo-cargo-dependencies-cf4e79f25e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 1 update: iri-string.

Updates iri-string from 0.7.12 to 0.7.13

Changelog

Sourced from iri-string's changelog.

[0.7.13]

  • Make template::context::simple_context::SimpleContext::insert() ignore the entry if the given key is invalid as a variable name.
  • Implement conversion from a reference of owned IRI string types into build::Builder.
  • doc: Move the guidance of IDNA conversion to a public module.

Added

  • Implement conversion from a reference of owned IRI string types into build::Builder.
    • List of added implementations:
      • From<&'a RiRelativeString<S>> for build::Builder<'a>
      • From<&'a RiString<S>> for build::Builder<'a>
      • From<&'a RiAbsoluteString<S>> for build::Builder<'a>
      • From<&'a RiReferenceString<S>> for build::Builder<'a>

Changed (non-breaking)

  • Make template::context::simple_context::SimpleContext::insert() ignore the entry if the given key is invalid as a variable name.
    • Previously, such entries were added to the internal table but they can never be queried because get() requires key: VarName<'_> parameter.
  • doc: Move the guidance of IDNA conversion to a public module.
    • The section was added to the private module in v0.7.11, so it wasn't visible in the normally generated documents (including docs.rs).
Commits
  • b822a9f chore: bump version to v0.7.13
  • 99505bd Bump version to v0.7.13
  • 8a253ac doc: fix copy-pasting failures of syntax-specific parts
  • 8fc6a84 feat(builder): implement From\<&{owned URI/IRI types}> for Builder
  • 81132c4 doc: move the guidance of IDNA conversion to a public module
  • 373a1f0 refactor: resolve lint warnings from clippy 0.1.97
  • 4a5c22d feat(template): ignore invalid entry on insertion to SimpleContext
  • d243803 chore: remove an unnecessary TODO comment
  • 15c722a chore: bump version to v0.7.12
  • See full diff 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 <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-dependencies group with 1 update: [iri-string](https://github.com/lo48576/iri-string).


Updates `iri-string` from 0.7.12 to 0.7.13
- [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
- [Commits](lo48576/iri-string@v0.7.12...v0.7.13)

---
updated-dependencies:
- dependency-name: iri-string
  dependency-version: 0.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area:deps label Jul 18, 2026
@dependabot
dependabot Bot requested a review from eikendev as a code owner July 18, 2026 09:03
@dependabot dependabot Bot added the area:deps label Jul 18, 2026
@eikendev
eikendev merged commit a8268ca into main Jul 18, 2026
2 checks passed
@eikendev
eikendev deleted the dependabot-cargo-cargo-dependencies-cf4e79f25e branch July 18, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant