Skip to content

Commit c3a6717

Browse files
Merge pull request #130 from wcampbell0x2a/renovate/all-minor-patch
fix(deps): update all non-major dependencies
2 parents 9228cd8 + c3659f9 commit c3a6717

File tree

4 files changed

+74
-30
lines changed

4 files changed

+74
-30
lines changed

.github/workflows/binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- heretek
2020

2121
steps:
22-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- uses: dtolnay/rust-toolchain@d76c2a93c593483c9892fd8d2538734f73ed8588 # stable
2424
with:
2525
target: ${{ matrix.targets }}
@@ -32,7 +32,7 @@ jobs:
3232
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
3333
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3434
35-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
35+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3636
with:
3737
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
3838
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121

2222
steps:
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
2525
with:
2626
toolchain: ${{ matrix.toolchain }}
@@ -37,7 +37,7 @@ jobs:
3737
- stable
3838

3939
steps:
40-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
4242
with:
4343
toolchain: ${{ matrix.toolchain }}
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-24.04
5252

5353
steps:
54-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
5656
with:
5757
toolchain: nightly

Cargo.lock

+68-24
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
@@ -24,7 +24,7 @@ tui-input = "0.11.0"
2424

2525
[dev-dependencies]
2626
insta = "1.41.1"
27-
test-assets-ureq = "0.3.0"
27+
test-assets-ureq = "0.5.0"
2828
libc = "0.2.169"
2929

3030
[profile.release]

0 commit comments

Comments
 (0)