KonradHoeffner / hdt

Library for the Header Dictionary Triples (HDT) compression file format for RDF data.
https://crates.io/crates/hdt
MIT License
19 stars 4 forks source link

Update langtag requirement from 0.3 to 0.4 #42

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on langtag to permit the latest version.

Changelog

Sourced from langtag's changelog.

[0.4.0] - 2024-02-29

Changed

  • [4b5867a] Change implementation, now based on static-regular-grammar.

Removed

  • [4b5867a] Remove mutable methods (will be reintroduced if necessary later).

[0.3.4] - 2023-05-22

Added

  • [37b45ba] Add AsLanguageTag trait.

[0.3.3] - 2023-05-20

Added

  • [0f22312] Add serde support for LanguageTagBuf.

Fixed

  • [71a205a] Fix README links.
  • [43d3a06] Fix README links.

[0.3.2] - 2022-08-18

Added

  • [97a10ab] Add fmt::Display impl for GrandfatheredTag.

[0.3.1] - 2022-08-18

Added

  • [eb305b0] Add inner buffer access methods.

[0.2.0] - 2020-12-19

Added

  • [7be6201] impl copy.

Changed

  • [ccca814] Move to 2.0.0

Fixed

... (truncated)

Commits
  • c9ea9ea Document serde feature.
  • 04a2e11 Version 0.4.0
  • 4b5867a Change implementation, now based on static-regular-grammar.
  • 37b45ba Add AsLanguageTag trait.
  • 0f22312 Add serde support for LanguageTagBuf.
  • 43d3a06 Merge pull request #3 from timothee-haudebourg/fix-readme
  • 71a205a Fix README links.
  • 97a10ab Add fmt::Display impl for GrandfatheredTag.
  • eb305b0 Add inner buffer access methods.
  • 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 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 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)