Skip to content

Commit 50e4da3

Browse files
Merge #24 #25
24: fix(deps): update rust crate color-eyre to 0.6.1 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 | |---|---|---|---| | [color-eyre](https://togithub.com/yaahc/color-eyre) | dependencies | minor | `0.5.11` -> `0.6.1` | --- ### Release Notes <details> <summary>yaahc/color-eyre</summary> ### [`v0.6.1`](https://togithub.com/yaahc/color-eyre/blob/HEAD/CHANGELOG.md#&#8203;061---2022-02-24) [Compare Source](https://togithub.com/yaahc/color-eyre/compare/v0.6.0...v0.6.1) ##### Changed - Collapsed backtrace help text into fewer lines ### [`v0.6.0`](https://togithub.com/yaahc/color-eyre/blob/HEAD/CHANGELOG.md#&#8203;060---2022-01-12) [Compare Source](https://togithub.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0) ##### Changed - Updated dependencies to match newest tracing versions </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). 25: chore(deps): update actions/checkout action to v3 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 | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3) - [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770) </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]>
3 parents f6dfbf0 + 2c6a772 + 5a4a8e1 commit 50e4da3

File tree

4 files changed

+25
-30
lines changed

4 files changed

+25
-30
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
target: aarch64-apple-darwin
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- name: Install linux
3737
if: ${{ matrix.os == 'linux' }}
3838
run: |

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: macos-latest
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- name: Install linux
2727
if: ${{ matrix.os == 'linux' }}
2828
run: |

Cargo.lock

+22-27
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
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
base64 = "0.13.0"
1111
clap = { version = "3.0.0-beta.4", features = ["derive"] }
12-
color-eyre = "0.5.11"
12+
color-eyre = "0.6.1"
1313
dirs = "3.0.2"
1414
serde = { version = "1.0.127", features = ["derive"] }
1515
serde_yaml = "0.8.17"

0 commit comments

Comments
 (0)