Skip to content

Commit 33f0b36

Browse files
authored
chore(deps): Update Rust crate yaml-rust2 to 0.11.0 (#749)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [yaml-rust2](https://redirect.github.com/Ethiraric/yaml-rust2) | dependencies | minor | `0.10.4` → `0.11.0` | --- ### Release Notes <details> <summary>Ethiraric/yaml-rust2 (yaml-rust2)</summary> ### [`v0.11.0`](https://redirect.github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0110) [Compare Source](https://redirect.github.com/Ethiraric/yaml-rust2/compare/v0.10.4...v0.11.0) **Changes** - The `actions/checkout` github actions dependency was updated. - The `hashlink` dependency was updated to `v0.11`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-cli/config-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 8a96590 + 04b7699 commit 33f0b36

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ serde_core = "1.0.228"
137137
async-trait = { version = "0.1.89", optional = true }
138138
toml = { version = "1.0.6", optional = true, default-features = false, features = ["parse", "serde"] }
139139
serde_json = { version = "1.0.149", optional = true }
140-
yaml-rust2 = { version = "0.10.4", optional = true }
140+
yaml-rust2 = { version = "0.11.0", optional = true }
141141
rust-ini = { version = "0.21.3", optional = true }
142142
ron = { version = "0.12.0", optional = true }
143143
json5 = { version = "0.4.1", optional = true }

0 commit comments

Comments
 (0)