chore(deps): update rust crate serde-saphyr to 0.0.27 #1823

Open
renovate wants to merge 1 commit from renovate/serde-saphyr-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
serde-saphyr workspace.dependencies patch 0.0.260.0.27

Release Notes

bourumir-wyngs/serde-saphyr (serde-saphyr)

v0.0.27: Comments

Compare Source

The major extension of this release is comments support.

The long existed wrapper Commented<..> was usable for serialization only until now. Since this release, Commented also captures a comment of the wrapped data structure:

struct DeploymentConfig {
    name: Commented<String>,
    image: Commented<String>,
    ports: Commented<Vec<Commented<u16>>>,
    labels: Commented<BTreeMap<String, Commented<String>>>,
}

would capture all comments for the elements of the structure, like


# deployment manifest
name: checkout
image: registry.example.com/checkout:v1 # container image to deploy
ports: # sequence of exposed ports
  - 80 # public HTTP
  - 443 # public HTTPS
labels: # mapping of Kubernetes labels
  app: checkout # stable app label
  tier: frontend # routing tier
"#;

while assigning them to the relevant YAML element. This became possible after migrating to granit parser 0.0.3, which now captures comments. Comments can be either on the right or above the item they describe.

This release also adds support for figment2 (figment is supported since v0.0.13).


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr) | workspace.dependencies | patch | `0.0.26` → `0.0.27` | --- ### Release Notes <details> <summary>bourumir-wyngs/serde-saphyr (serde-saphyr)</summary> ### [`v0.0.27`](https://github.com/bourumir-wyngs/serde-saphyr/releases/tag/0.0.27): Comments [Compare Source](https://github.com/bourumir-wyngs/serde-saphyr/compare/0.0.26...0.0.27) The major extension of this release is comments support. The long existed wrapper [Commented<..>](https://docs.rs/serde-saphyr/latest/serde_saphyr/struct.Commented.html) was usable for serialization only until now. Since this release, `Commented` also captures a comment of the wrapped data structure: ```rust struct DeploymentConfig { name: Commented<String>, image: Commented<String>, ports: Commented<Vec<Commented<u16>>>, labels: Commented<BTreeMap<String, Commented<String>>>, } ``` would capture **all** comments for the elements of the structure, like ```yaml # deployment manifest name: checkout image: registry.example.com/checkout:v1 # container image to deploy ports: # sequence of exposed ports - 80 # public HTTP - 443 # public HTTPS labels: # mapping of Kubernetes labels app: checkout # stable app label tier: frontend # routing tier "#; ``` while assigning them to the relevant YAML element. This became possible after migrating to [granit parser]() 0.0.3, which now captures comments. Comments can be either on the right or above the item they describe. This release also adds support for [figment2](https://crates.io/crates/figment2) ([figment](https://crates.io/crates/figment) is supported since v0.0.13). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update rust crate serde-saphyr to 0.0.27
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Failing after 5s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m35s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Documentation / Build and Deploy Documentation (pull_request) Failing after 4m22s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 6m32s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 3m45s
b69e9b2e2c
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Failing after 5s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m35s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Required
Details
Checks / Prek / Check changed files (pull_request) Successful in 6s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Failing after 4m22s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 6m32s
Required
Details
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 3m45s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
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-saphyr-0.x:renovate/serde-saphyr-0.x
git switch renovate/serde-saphyr-0.x
Sign in to join this conversation.
No reviewers
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
continuwuation/continuwuity!1823
No description provided.