Skip to content

Bump sophia_iri from 0.9.0 to 0.10.0#38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/sophia_iri-0.10.0
Open

Bump sophia_iri from 0.9.0 to 0.10.0#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/sophia_iri-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps sophia_iri from 0.9.0 to 0.10.0.

Changelog

Sourced from sophia_iri's changelog.

0.10.0 Headline: - Sophia is now RDF 1.2 compliant (API, parsers and serializers) - sophia_sparql now fully supports SPARQL 1.2 Query Breaking changes: - trait Term has additional methods for direction language strings, - Term::cmp has changed semantics to align with SPARQL order - traits Triple and Quad now have an additional associated type BorrowTerm (see e61d2d14) - in traits Graph and Dataset, he quoted_triples method is now named triple_terms - some implementations of Graph/Dataset for standard types have changed their associated type Triple/Quad (see 2a350caf) New features - sophia_iri now provides Uri and UriRef wrappers (behind feature 'uri') - Vec of Terms now implement TermMatcher - References to a type implementing Triple (resp. Quad) now also implement Triple (resp. Quad) - new methods in Graph/Dataset: subject_matching, predicate_matching, etc. - by default, parsers produce unique bnode labels; they can be configured to preserve the labels from the source, but that is not the default anymore - sophia_c14n now provides an alternative c14n algorithm that extends RDFC1.0 with support for RDF 1.2 and Sophia's generalized RDF - new crate sophia_resoner implementing D-, RDF- and RDFS-entailment - new crate sophia_bcp47 making LanguageTag reusable on their own Misc improvements - Now based on Rust Edition 2024

Commits
  • 56e9461 bump to v0.10.0
  • f7a49f9 chore: pleasing clippy 1.95.0
  • 1cb8418 fix(iri): relativize was broken in some corner cases
  • c67e95a fix(resource): add missing feature gate
  • 9ee9f6e chorse: update dependencies
  • 318c363 chore: improve book
  • efb6327 fix(reasoner): bug with ill-typed literal in triple term
  • 55f518c feature(resource): LocalLoader now gives access to its configuration
  • 2a4e19f fix(turtle): fix wrong assertion in TriG parser
  • 6969b0f refactor(resource): limit size of ResourceError
  • 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 [sophia_iri](https://github.com/pchampin/sophia_rs) from 0.9.0 to 0.10.0.
- [Changelog](https://github.com/pchampin/sophia_rs/blob/main/CHANGELOG.txt)
- [Commits](pchampin/sophia_rs@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: sophia_iri
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 25, 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.

0 participants