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 serde_yaml to 0.9.32 #98

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_yaml dependencies patch 0.9.31 -> 0.9.32

Release Notes

dtolnay/serde-yaml (serde_yaml) ### [`v0.9.32`](https://togithub.com/dtolnay/serde-yaml/releases/tag/0.9.32) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32) - Fix unused_imports warnings when compiled by rustc 1.78

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 6 months ago

Benchmark for 61455ad

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1608.3±60.48µs | 1648.2±135.59µs | +2.48% | | Reclass::inventory() single-threaded | 3.6±0.03ms | 3.6±0.04ms | 0.00% |
github-actions[bot] commented 6 months ago

Benchmark for b984137

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1619.2±51.34µs | 1644.0±133.14µs | +1.53% | | Reclass::inventory() single-threaded | 3.6±0.02ms | 3.6±0.04ms | 0.00% |