Skip to content

Commit 022f832

Browse files
fix(deps): update all non-major dependencies
1 parent 43e07d0 commit 022f832

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- heretek
2020

2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
2424
with:
2525
toolchain: stable
@@ -33,7 +33,7 @@ jobs:
3333
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
3434
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3535
36-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
36+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737
with:
3838
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
3939
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz

.github/workflows/cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
# over time).
88
- name: Add cache for cargo
99
id: cache
10-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
10+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1111
with:
1212
path: |
1313
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- stable
1717

1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
- name: Populate cache
2121
uses: ./.github/workflows/cache
2222

@@ -36,7 +36,7 @@ jobs:
3636
- run: cargo llvm-cov --workspace --codecov --output-path codecov.json --release
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
39+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
files: codecov.json

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121

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

3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5555
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
5656
with:
5757
toolchain: nightly

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ ansi-to-tui = "7.0.0"
1313
anyhow = "1.0.98"
1414
chrono = "0.4.38"
1515
clap = { version = "4.5.21", features = ["derive"] }
16-
crossterm = "0.28.1"
17-
deku = { version = "0.18.1", default-features = false, features = ["alloc", "std"] }
16+
crossterm = "0.29.0"
17+
deku = { version = "0.19.0", default-features = false, features = ["alloc", "std"] }
1818
env_logger = "0.11.5"
1919
evalexpr = "12.0.2"
2020
hex = "0.4.3"
2121
log = "0.4.22"
2222
once_cell = "1.20.2"
2323
ratatui = "0.29.0"
2424
regex = "1.11.1"
25-
tui-input = "0.11.0"
25+
tui-input = "0.14.0"
2626

2727
[dev-dependencies]
2828
insta = "1.41.1"

0 commit comments

Comments
 (0)