Skip to content

Commit 5942033

Browse files
Merge #19
19: fix(deps): update rust crate serde_yaml to 0.8.24 r=jaysonsantos a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_yaml](https://togithub.com/dtolnay/serde-yaml) | dependencies | patch | `0.8.17` -> `0.8.24` | --- ### Release Notes <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.8.24`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.23...0.8.24) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.23...0.8.24) ### [`v0.8.23`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.22...0.8.23) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.22...0.8.23) ### [`v0.8.22`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.21...0.8.22) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.21...0.8.22) ### [`v0.8.21`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.20...0.8.21) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.20...0.8.21) ### [`v0.8.20`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.19...0.8.20) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.19...0.8.20) ### [`v0.8.19`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.18...0.8.19) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.18...0.8.19) ### [`v0.8.18`](https://togithub.com/dtolnay/serde-yaml/compare/0.8.17...0.8.18) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.8.17...0.8.18) </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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/kustomize-sops-rs). Co-authored-by: Renovate Bot <[email protected]>
2 parents f6dfbf0 + 0e8fe59 commit 5942033

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Cargo.lock

+4-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ clap = { version = "3.0.0-beta.4", features = ["derive"] }
1212
color-eyre = "0.5.11"
1313
dirs = "3.0.2"
1414
serde = { version = "1.0.127", features = ["derive"] }
15-
serde_yaml = "0.8.17"
15+
serde_yaml = "0.8.24"

0 commit comments

Comments
 (0)