Skip to content

Commit

Permalink
build: upgrade the rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloMicieli committed Jan 14, 2024
1 parent 6922af4 commit 904fa8f
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install openapi-generator-cli
run: npm install @openapitools/openapi-generator-cli -g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install cargo make
run: cargo install [email protected].5
run: cargo install [email protected].7

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install cargo make
run: cargo install [email protected].5
run: cargo install [email protected].7

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down
108 changes: 54 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 904fa8f

Please sign in to comment.