projectsyn / reclass-rs

Reimplementation of https://github.com/kapicorp/reclass in Rust with Python bindings through PyO3.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Update Rust crate yaml-merge-keys to 0.7.0 #125

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yaml-merge-keys dependencies minor 0.6.0 -> 0.7.0

Release Notes

utils/rust-yaml-merge-keys (yaml-merge-keys) ### [`v0.7.0`](https://gitlab.kitware.com/utils/rust-yaml-merge-keys/blob/HEAD/CHANGELOG.md#v070) [Compare Source](https://gitlab.kitware.com/utils/rust-yaml-merge-keys/compare/v0.6.0...v0.7.0) - MSRV for the minimal build is now 1.70. This is to migrate to `yaml-rust2` instead of `yaml-rust`. - Migrate to `yaml-rust2` as `yaml-rust` is unmaintained.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 5 months ago

Benchmark for d5e8c0b

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1613.7±64.74µs | 1616.4±159.99µs | +0.17% | | Reclass::inventory() single-threaded | 3.6±0.05ms | 3.6±0.12ms | 0.00% |