Skip to content

Commit 6b73853

Browse files
fix(deps): update all dependencies
1 parent 0fd9a8c commit 6b73853

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- nightly
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4040
- name: Build binary
41-
uses: houseabsolute/actions-rust-cross@v0
41+
uses: houseabsolute/actions-rust-cross@21b0f18dc621b25bfae556ff2791fca4173121e8 # v1.0.8
4242
with:
4343
command: "build"
4444
target: ${{ matrix.platform.target }}
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate SHA-256
5151
run: shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256
5252
- name: Release binary and SHA-256 checksum to GitHub
53-
uses: softprops/action-gh-release@v1
53+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
5454
with:
5555
files: |
5656
target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}

.github/workflows/rust-clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3636

3737
- name: Install required cargo
3838
run: cargo install clippy-sarif sarif-fmt
@@ -45,7 +45,7 @@ jobs:
4545
continue-on-error: true
4646

4747
- name: Upload analysis results to GitHub
48-
uses: github/codeql-action/upload-sarif@v2
48+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
4949
with:
5050
sarif_file: rust-clippy-results.sarif
5151
wait-for-processing: true

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests

winapps/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0.75"
10-
derive-new = "0.5.9"
10+
derive-new = "0.7.0"
1111
home = "0.5.5"
1212
serde = { version = "1.0.171", features = ["derive"] }
13-
thiserror = "1.0.49"
14-
toml = "0.8.2"
13+
thiserror = "2.0.0"
14+
toml = "1.0.0"
1515
tracing = "0.1.37"

0 commit comments

Comments
 (0)