Skip to content

Commit 982bf8e

Browse files
fix(deps): update all non-major dependencies
1 parent afe2f85 commit 982bf8e

File tree

3 files changed

+25
-36
lines changed

3 files changed

+25
-36
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: cargo llvm-cov --workspace --codecov --output-path codecov.json --features __test_unsquashfs --release --no-clean -- --skip slow
4242

4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
44+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
files: codecov.json

Cargo.lock

Lines changed: 23 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backhand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test-assets-ureq = "0.3.0"
5454
assert_cmd = { version = "2.0.16", features = ["color", "color-auto"] }
5555
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
5656
tempfile = "3.14.0"
57-
criterion = "0.5"
57+
criterion = "0.6"
5858
libdeflater = "1.22.0"
5959

6060
[[bench]]

0 commit comments

Comments
 (0)