Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the dependencies group with 5 updates in the / directory:

Package From To
clap 4.5.53 4.5.54
delaunay 0.6.1 0.7.0
thiserror 2.0.17 2.0.18
uuid 1.19.0 1.20.0
assert_cmd 2.1.1 2.1.2

Updates clap from 4.5.53 to 4.5.54

Release notes

Sourced from clap's releases.

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Changelog

Sourced from clap's changelog.

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Commits

Updates delaunay from 0.6.1 to 0.7.0

Release notes

Sourced from delaunay's releases.

v0.7.0

  • Feature/manifolds [#168](https://github.com/acgetchell/delaunay/issues/168)

  • Changed: Refactors Gram determinant calculation with LDLT [#167](https://github.com/acgetchell/delaunay/issues/167)

  • feat: add public topology traversal API [#164](https://github.com/acgetchell/delaunay/issues/164)

  • Added: Topology-only manifold validation module 10abbe1

    Introduces a new module for topology-only manifold validation, independent of geometry and Delaunay predicates. This includes functions for validating facet degree and closed boundary conditions, enhancing triangulation validation.

  • Added: PL-manifold validation mode to triangulation 10abbe1

    Introduces a ManifoldValidationMode to control Level 3 topology validation, enabling stricter PL-manifold invariants (ridge-link validation) in addition to pseudomanifold checks. This allows users to opt into stronger topological guarantees. Adds associated methods to set and get manifold validation mode. Adds internal helpers for computing ridge stars and links and validating link graphs. Adds comprehensive unit tests.

  • Adding connectedness validation to conflict region checks. 561a259

  • Adding codimension-2 boundary manifoldness validation 561a259

    ("no boundary of boundary") to triangulation's `is_valid`
     method.
    
  • Ensuring that strict Level 3 validation is enabled during 561a259

    batch construction in debug builds.
    
  • feat: add public topology traversal API 3748ebb

    • API
      • Added: Expose public topology traversal API
    • Tests
      • Add integration tests for topology traversal and adjacency index invariants
    • Other
      • Introduce canonical `EdgeKey` and read-only topology traversal helpers on `Triangulation`
      • Add opt-in `AdjacencyIndex` builder for faster repeated adjacency queries
  • Changed: Refactors manifold validation mode to topology guarantee 10abbe1

    Renames ManifoldValidationMode to TopologyGuarantee for clarity.

    Updates Level 3 validation configuration and documentation to reflect the change. The purpose is to clarify that this setting controls the level of topological guarantees provided, rather than just a validation mode.

... (truncated)

Changelog

Sourced from delaunay's changelog.

v0.7.0 - 2026-01-03

Merged Pull Requests

Added

  • Added: Topology-only manifold validation module 10abbe1

    Introduces a new module for topology-only manifold validation, independent of geometry and Delaunay predicates. This includes functions for validating facet degree and closed boundary conditions, enhancing triangulation validation.

  • Added: PL-manifold validation mode to triangulation 10abbe1

    Introduces a ManifoldValidationMode to control Level 3 topology validation, enabling stricter PL-manifold invariants (ridge-link validation) in addition to pseudomanifold checks. This allows users to opt into stronger topological guarantees. Adds associated methods to set and get manifold validation mode. Adds internal helpers for computing ridge stars and links and validating link graphs. Adds comprehensive unit tests.

  • Adding connectedness validation to conflict region checks. 561a259

  • Adding codimension-2 boundary manifoldness validation 561a259

    ("no boundary of boundary") to triangulation's `is_valid`
     method.
    
  • Ensuring that strict Level 3 validation is enabled during 561a259

    batch construction in debug builds.
    
  • feat: add public topology traversal API 3748ebb

    • API
      • Added: Expose public topology traversal API
    • Tests
      • Add integration tests for topology traversal and adjacency index invariants
    • Other
      • Introduce canonical `EdgeKey` and read-only topology traversal helpers on `Triangulation`
      • Add opt-in `AdjacencyIndex` builder for faster repeated adjacency queries

Changed

  • Changed: Refactors manifold validation mode to topology guarantee 10abbe1

... (truncated)

Commits
  • dfdba5a Changed: Refactors topology guarantee and manifold validation (#171)
  • 44d3add build(deps): bump taiki-e/install-action from 2.65.13 to 2.66.1 (#169)
  • b50bb8c build(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 (#170)
  • 10abbe1 Feature/manifolds (#168)
  • 561a259 Changed: Refactors Gram determinant calculation with LDLT (#167)
  • 6b5f723 build(deps): bump taiki-e/install-action from 2.65.7 to 2.65.13 (#165)
  • ebd0d32 build(deps): bump clap from 4.5.53 to 4.5.54 in the dependencies group (#166)
  • 271353f Changed: Updates CHANGELOG.md for unreleased changes
  • 3748ebb feat: add public topology traversal API (#164)
  • 66df9a6 chore(rlease): release v0.6.2 (#162)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates uuid from 1.19.0 to 1.20.0

Release notes

Sourced from uuid's releases.

v1.20.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0

Commits
  • c3346dd Merge pull request #857 from uuid-rs/cargo/v1.20.0
  • 66eebc3 prepare for 1.20.0 release
  • 3b66758 Merge pull request #856 from uuid-rs/docs/bytes-le-ordering
  • e2bdd44 don't run UI tests in wasm
  • b6dc7ec note that ordering applies to fields in to/from_bytes_le
  • a0281cd Merge pull request #855 from uuid-rs/feat/serde-fmt
  • db27b67 Merge pull request #854 from mivort/non-nil-uuid-ord
  • efb06f2 implement Deserialize on adapter types
  • 50d44ad Derive Ord and PartialOrd for NonNilUuid
  • See full diff in compare view

Updates assert_cmd from 2.1.1 to 2.1.2

Changelog

Sourced from assert_cmd's changelog.

[2.1.2] - 2026-01-09

Fixes

  • Add #[must_use] to help catch missing assertions
Commits
  • edda0b2 chore: Release assert_cmd version 2.1.2
  • 891d412 docs: Update changelog
  • e39dc36 Merge pull request #267 from epage/must
  • d947cb0 fix: Add must_use before assertions are applied
  • 7b8fd99 Merge pull request #264 from kemingy/doc_macro_semicolon
  • 79f8e57 docs: add the missing semicolon for macro
  • 6289384 chore(deps): Update Rust Stable to v1.92 (#262)
  • 7b353d8 Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x
  • 48cda51 chore(deps): Update actions/checkout action to v6
  • ee88946 docs: Clarify cargo_bin_cmd
  • Additional commits viewable 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 <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 dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` |
| [delaunay](https://github.com/acgetchell/delaunay) | `0.6.1` | `0.7.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.20.0` |
| [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` |



Updates `clap` from 4.5.53 to 4.5.54
- [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.53...clap_complete-v4.5.54)

Updates `delaunay` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/acgetchell/delaunay/releases)
- [Changelog](https://github.com/acgetchell/delaunay/blob/main/CHANGELOG.md)
- [Commits](acgetchell/delaunay@v0.6.1...v0.7.0)

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `uuid` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.19.0...v1.20.0)

Updates `assert_cmd` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: delaunay
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uuid
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: assert_cmd
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@dependabot dependabot bot requested a review from acgetchell as a code owner January 26, 2026 18:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

⚠️ No Performance Benchmarks Found

This PR doesn't have any performance benchmarks to run.

If you expect benchmarks to be present, please check:

  • Benchmark configurations in Cargo.toml
  • Benchmark files in benches/ directory

Performance analysis powered by Criterion.rs

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants