Skip to content

Commit 201859a

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

File tree

9 files changed

+59
-68
lines changed

9 files changed

+59
-68
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-24.04
77

88
steps:
9-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1010
with:
1111
fetch-depth: 0
1212
- uses: dtolnay/rust-toolchain@master

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { target: x86_64-apple-darwin, os: macos-14 }
2929

3030
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3232
- name: Populate cache
3333
uses: ./.github/workflows/cache
3434

@@ -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/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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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
@@ -12,7 +12,7 @@ jobs:
1212
CARGO_TERM_COLOR: always
1313

1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1616
- name: Populate cache
1717
uses: ./.github/workflows/cache
1818

@@ -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

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-
3737

3838
steps:
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4040
- name: Populate cache
4141
uses: ./.github/workflows/cache
4242

@@ -78,7 +78,7 @@ jobs:
7878
-
7979

8080
steps:
81-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8282
- name: Populate cache
8383
uses: ./.github/workflows/cache
8484

@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
- run: sudo apt-get install -y squashfs-tools
124-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
125125
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
126126
with:
127127
toolchain: ${{ matrix.toolchain }}
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-24.04
136136

137137
steps:
138-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
139139
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
140140
with:
141141
toolchain: stable

.github/workflows/msrv.yml

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

2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323
- name: Populate cache
2424
uses: ./.github/workflows/cache
2525

@@ -38,7 +38,7 @@ jobs:
3838
- 1.84
3939

4040
steps:
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4242
- name: Populate cache
4343
uses: ./.github/workflows/cache
4444

Cargo.lock

Lines changed: 43 additions & 52 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

0 commit comments

Comments
 (0)