Skip to content

Commit 438a7b2

Browse files
Merge #19
19: fix(deps): update rust crate serde_yaml to 0.8.20 r=jaysonsantos a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_yaml](https://crates.io/crates/serde_yaml) | dependencies | patch | `0.8.17` -> `0.8.20` | --- ### Configuration 📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/kustomize-sops-rs). Co-authored-by: Renovate Bot <[email protected]>
2 parents 41c934f + 6e886f8 commit 438a7b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
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.20"

0 commit comments

Comments
 (0)