Skip to content

Commit feee18b

Browse files
fix(deps): update all non-major dependencies
1 parent ad97289 commit feee18b

File tree

5 files changed

+41
-50
lines changed

5 files changed

+41
-50
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# disable static build for this job
6363
RUSTFLAGS: ""
6464
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
65-
uses: obi1kenobi/cargo-semver-checks-action@7272cc2caa468d3e009a2b0a9cc366839348237b # v2.6
65+
uses: obi1kenobi/cargo-semver-checks-action@5b298c9520f7096a4683c0bd981a7ac5a7e249ae # v2.8
6666
with:
6767
package: backhand
6868
feature-group: default-features

.github/workflows/coverage.yml

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

3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
37+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
files: codecov.json

Cargo.lock

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

backhand-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ clap = { version = "4.5.13", features = ["derive", "wrap_help"] }
1717
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
1818
libc = "0.2.162"
1919
clap_complete = "4.5.13"
20-
indicatif = "0.17.8"
21-
console = "0.15.8"
20+
indicatif = "0.18.0"
21+
console = "0.16.0"
2222
rayon = "1.10.0"
2323
backhand = { path = "../backhand", default-features = false, version = "0.23.0" }
2424
tracing = "0.1.40"
2525
color-print = "0.3.6"
26-
clap-cargo = "0.15.0"
26+
clap-cargo = "0.16.0"
2727

2828
[lib]
2929
bench = false

backhand/Cargo.toml

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

6363
[[bench]]

0 commit comments

Comments
 (0)