Skip to content

Commit ffd43f9

Browse files
fix(deps): update all non-major dependencies
1 parent 73331f2 commit ffd43f9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- heretek
2020

2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
- uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
2424
with:
2525
toolchain: stable

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
39+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424
- uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
2525
with:
2626
toolchain: ${{ matrix.toolchain }}
@@ -37,7 +37,7 @@ jobs:
3737
- stable
3838

3939
steps:
40-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141
- uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5555
- uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
5656
with:
5757
toolchain: nightly

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ evalexpr = "13.0.0"
2020
hex = "0.4.3"
2121
log = "0.4.22"
2222
once_cell = "1.20.2"
23-
ratatui = "0.29.0"
23+
ratatui = "0.30.0"
2424
regex = "1.11.1"
2525
tui-input = "0.14.0"
2626
arborium = { version = "2.1.1", features = ["lang-c", "lang-cpp", "lang-rust"] }
2727

2828
[dev-dependencies]
2929
insta = "1.41.1"
30-
test-assets-ureq = "0.3.0"
30+
test-assets-ureq = "0.6.0"
3131
libc = "0.2.169"
3232
rstest = "0.26"
3333

0 commit comments

Comments
 (0)