FruitieX / homectl-server

A simple home automation server written in Rust
MIT License
80 stars 10 forks source link

fix(deps): update rust crate serde_json_path to v0.7.1 #485

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
serde_json_path dependencies minor =0.6.7 -> =0.7.1

Release Notes

hiltontj/serde_json_path (serde_json_path) ### [`v0.7.1`](https://redirect.github.com/hiltontj/serde_json_path/releases/tag/v0.7.1) ### 0.7.1 (3 November 2024) - **internal**: update `serde_json` to the latest version ([#​107]) - **fixed**: edge case where `.` in regexes for `match` and `search` functions was matching `\r\n` properly ([#​92]) - **breaking**: added `regex` feature flag that gates regex functions `match` and `search` ([#​93], thanks [@​LucasPickering]) - Feature is enabled by default, but if you have `default-features = false` you'll need to explicitly add it to retain access to these functions - **breaking**(`serde_json_path_core`): ensure integers used as indices are within the [valid range for I-JSON][i-json-range] ([#​98]) - **internal**: remove use of `once_cell` and use specific versions for crate dependencies ([#​105]) [#​92]: https://redirect.github.com/hiltontj/serde_json_path/pull/92 [#​93]: https://redirect.github.com/hiltontj/serde_json_path/pull/93 [@​LucasPickering]: https://redirect.github.com/LucasPickering [#​98]: https://redirect.github.com/hiltontj/serde_json_path/pull/98 [i-json-range]: https://www.rfc-editor.org/rfc/rfc9535.html#section-2.1-4.1 [#​105]: https://redirect.github.com/hiltontj/serde_json_path/pull/105 [#​107]: https://redirect.github.com/hiltontj/serde_json_path/pull/107

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.