Skip to content

Commit

Permalink
Cargo.lock: Update dependencies (#866)
Browse files Browse the repository at this point in the history
* Cargo.lock: Update dependencies

* MSRV 1.74.0
  • Loading branch information
Shella committed May 2, 2024
1 parent d2d86ea commit 241515c
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- macos-latest
- windows-latest
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- macos-latest
- windows-latest
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
- macos-latest
- windows-latest
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/derive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tokio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0 # MSRV
toolchain: 1.74.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down

0 comments on commit 241515c

Please sign in to comment.