Update Rust crate serde_json to v1.0.133 #8

Open
renovatebot wants to merge 1 commit from renovate/serde_json-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.129 -> 1.0.133

Release Notes

serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.129` -> `1.0.133` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.133`](https://github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#&#8203;1215](https://github.com/serde-rs/json/issues/1215)) ### [`v1.0.132`](https://github.com/serde-rs/json/releases/tag/v1.0.132) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.131...v1.0.132) - Improve binary size and compile time for JSON array and JSON object deserialization by about 50% ([#&#8203;1205](https://github.com/serde-rs/json/issues/1205)) - Improve performance of JSON array and JSON object deserialization by about 8% ([#&#8203;1206](https://github.com/serde-rs/json/issues/1206)) ### [`v1.0.131`](https://github.com/serde-rs/json/releases/tag/v1.0.131) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.130...v1.0.131) - Implement Deserializer and IntoDeserializer for `Map<String, Value>` and `&Map<String, Value>` ([#&#8203;1135](https://github.com/serde-rs/json/issues/1135), thanks [@&#8203;swlynch99](https://github.com/swlynch99)) ### [`v1.0.130`](https://github.com/serde-rs/json/releases/tag/v1.0.130) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.129...v1.0.130) - Support converting and deserializing `Number` from i128 and u128 ([#&#8203;1141](https://github.com/serde-rs/json/issues/1141), thanks [@&#8203;druide](https://github.com/druide)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjExLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2024-10-18 18:06:34 +00:00
Update Rust crate serde_json to v1.0.130
All checks were successful
/ build-container (push) Successful in 5m25s
ba35476017
renovatebot force-pushed renovate/serde_json-1.x-lockfile from ba35476017 to bf1ddd4318 2024-10-18 23:06:49 +00:00 Compare
renovatebot changed title from Update Rust crate serde_json to v1.0.130 to Update Rust crate serde_json to v1.0.131 2024-10-18 23:06:50 +00:00
renovatebot force-pushed renovate/serde_json-1.x-lockfile from bf1ddd4318 to 2b432427d8 2024-10-19 17:05:22 +00:00 Compare
renovatebot changed title from Update Rust crate serde_json to v1.0.131 to Update Rust crate serde_json to v1.0.132 2024-10-19 17:05:23 +00:00
renovatebot force-pushed renovate/serde_json-1.x-lockfile from 04e4dada30 to c5b8aea322 2024-10-23 01:02:44 +00:00 Compare
renovatebot force-pushed renovate/serde_json-1.x-lockfile from c5b8aea322 to a704c42800 2024-11-17 02:04:37 +00:00 Compare
renovatebot changed title from Update Rust crate serde_json to v1.0.132 to Update Rust crate serde_json to v1.0.133 2024-11-17 02:04:38 +00:00
All checks were successful
/ build-container (push) Successful in 6m2s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/serde_json-1.x-lockfile:renovate/serde_json-1.x-lockfile
git checkout renovate/serde_json-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/serde_json-1.x-lockfile
git checkout renovate/serde_json-1.x-lockfile
git rebase main
git checkout main
git merge --ff-only renovate/serde_json-1.x-lockfile
git checkout renovate/serde_json-1.x-lockfile
git rebase main
git checkout main
git merge --no-ff renovate/serde_json-1.x-lockfile
git checkout main
git merge --squash renovate/serde_json-1.x-lockfile
git checkout main
git merge --ff-only renovate/serde_json-1.x-lockfile
git checkout main
git merge renovate/serde_json-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: finn/matrix-meshtastic-bridge#8
No description provided.