Skip to content

chore(deps): bump the rust-deps group with 4 updates#51

Merged
larsw merged 1 commit intomainfrom
dependabot/cargo/rust-deps-f5404ce7d2
Feb 17, 2026
Merged

chore(deps): bump the rust-deps group with 4 updates#51
larsw merged 1 commit intomainfrom
dependabot/cargo/rust-deps-f5404ce7d2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the rust-deps group with 4 updates: oxttl, oxrdf, clap and toml.

Updates oxttl from 0.2.2 to 0.2.3

Release notes

Sourced from oxttl's releases.

v0.2.3

Fixes HTTP content negotiation in Oxigraph server

Changelog

Sourced from oxttl's changelog.

[0.2.3] - 2021-04-11

Changed

  • Server: Fixes HTTP content negotiation (charset constraints, failure to properly handle */*...).
  • Makes Clippy 1.51 happy.
Commits

Updates oxrdf from 0.3.2 to 0.3.3

Release notes

Sourced from oxrdf's releases.

v0.3.3

  • Fixes a bug in SPARQL parser that was always enabling the SILENT option of the SERVICE operator.
  • Allows to parse Virtuoso JSON SPARQL query results.
  • Upgrades RocksDB to 7.3.1.
Changelog

Sourced from oxrdf's changelog.

[0.3.22] - 2023-11-29

Changed

  • Allows to compile with more recent bindgen and cc
  • Fixes compatibility with spin_no_std feature of lazy_static

[0.3.21] - 2023-11-29

Changed

  • Bulk loader: do not fail when loading empty files.
  • Python: fixes source distribution.
  • Upgrades RocksDB to 7.8.1.

[0.3.20] - 2023-10-23

Changed

  • SPARQL: fixes STR evaluation on small IRI (less than 16 bytes) that was broken.
  • SPARQL update: fixes WHERE clause evaluation that was generating too many solutions in some cases.
  • Upgrades RocksDB to 8.7.1.

[0.3.19] - 2023-08-18

Added

  • Python: allows to give pathlib.Path argument when a path is expected.
  • Cargo.toml: add a documentation field to link to docs.rs documentation.

Changed

  • Upgrades RocksDB to 8.3.2.

[0.3.18] - 2023-06-13

Changed

  • SPARQL: fixes evaluation of || when all alternatives are false. The results must be false and not an error.
  • SPARQL: xsd:duration it is now possible to properly parse and serialize all numbers that can be internally represented by the encoding used by Oxigraph.
  • Python: fixes Store.contains_named_graph return type annotation.

[0.3.17] - 2023-06-11

Added

  • SPARQL: support of xsd:duration to SPARQL SUM aggregate function.
  • Server: support for systemd "notify" service option.
  • Server: uses the target graph name as base URI when POSTing and PUTing data.
  • Python: Store.contains_named_graph method.

Changed

... (truncated)

Commits
  • c7c82c0 Releases v0.3.3
  • 126df03 Fixes WASM compilation
  • 710a76b JSON query results: Allows "typed-literal" term type
  • 9c06f7f JSON query results: Ignore unknown keys
  • 1f7e59d HTTP client: adds an option to allow redirections
  • d9487fd HTTP client: fixes POST requests
  • c507c76 Fixes SPARQL SERVICE parsing
  • b04bdcc Makes the new Clippy happy
  • 6112951 Upgrades quick-xml to 0.23
  • See full diff in compare view

Updates clap from 4.5.58 to 4.5.59

Release notes

Sourced from clap's releases.

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands
Changelog

Sourced from clap's changelog.

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands
Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates toml from 1.0.1+spec-1.1.0 to 1.0.2+spec-1.1.0

Commits
  • 500b269 chore: Release
  • daeba3e docs: Update changelog
  • 0f40c40 fix(parser): Report errors for -_1 (#1104)
  • 447b05c fix(parser): Report errors for -_1
  • 5a7b742 fix(parser): Improve error location for digit sep after prefix
  • 5c978e5 refactor(parser): Improve consistency in error calcs
  • 8a3c0b0 fix(parser): Be consistent about digit sep error
  • 3e63bc4 test(parser): Check different digit separator cases
  • See full diff 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 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 rust-deps group with 4 updates: [oxttl](https://github.com/oxigraph/oxigraph), [oxrdf](https://github.com/oxigraph/oxigraph), [clap](https://github.com/clap-rs/clap) and [toml](https://github.com/toml-rs/toml).


Updates `oxttl` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/oxigraph/oxigraph/releases)
- [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md)
- [Commits](oxigraph/oxigraph@v0.2.2...v0.2.3)

Updates `oxrdf` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/oxigraph/oxigraph/releases)
- [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md)
- [Commits](oxigraph/oxigraph@v0.3.2...v0.3.3)

Updates `clap` from 4.5.58 to 4.5.59
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.58...clap_complete-v4.5.59)

Updates `toml` from 1.0.1+spec-1.1.0 to 1.0.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.0.1...toml-v1.0.2)

---
updated-dependencies:
- dependency-name: oxttl
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: oxrdf
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: clap
  dependency-version: 4.5.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: toml
  dependency-version: 1.0.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
...

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 Feb 16, 2026
@dependabot dependabot bot requested a review from larsw as a code owner February 16, 2026 23:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 16, 2026
@larsw larsw merged commit a62f9d9 into main Feb 17, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-deps-f5404ce7d2 branch February 17, 2026 07:46
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

Comments