Skip to content

Commit 73a23ee

Browse files
committed
chore: update dependencies, remove async_trait
1 parent 900a5b6 commit 73a23ee

File tree

19 files changed

+367
-265
lines changed

19 files changed

+367
-265
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
TARGET: ${{ matrix.target }}
5656

5757
- name: Upload artifacts
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: nyoom-${{ matrix.target }}
6161
path: ${{ steps.build.outputs.path }}

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo clippy --all --all-targets --message-format=json | clippy-sarif > /tmp/clippy.sarif
3434

3535
- name: Upload clippy results
36-
uses: github/codeql-action/upload-sarif@v2
36+
uses: github/codeql-action/upload-sarif@v3
3737
with:
3838
sarif_file: /tmp/clippy.sarif
3939

.github/workflows/release.yml

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

1818
steps:
19-
- uses: actions/download-artifact@v3
19+
- uses: actions/download-artifact@v4
2020
with:
2121
path: artifacts
2222

.taplo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[formatting]
2+
column_width = 120

0 commit comments

Comments
 (0)