Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 5 updates #79

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bump-version-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable

Expand All @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-release

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install beta Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: beta
- name: Set override to beta Rust
run: rustup override set beta
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-rust-miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install nightly Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
components: miri
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install nightly Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
components: rustfmt
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
components: clippy
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
- name: Cache dependencies
Expand All @@ -72,7 +72,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-nextest
- name: Compile tests
Expand All @@ -95,11 +95,11 @@ jobs:
name: Get MSRV from package metadata
run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >> "$GITHUB_OUTPUT"
- name: Install ${{ steps.msrv.outputs.version }} Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: ${{ steps.msrv.outputs.version }}
- name: Install nightly Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
- name: Resolve minimal dependency versions instead of maximum
Expand All @@ -112,7 +112,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-nextest
- name: Compile tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Check files for common misspellings
# NOTE: dependabot struggles with determining the latest release version
# in this monorepo; see https://github.com/crate-ci/typos/releases
uses: crate-ci/typos@c97d621b6b01d8b0258538ca15abeca5c5764601
uses: crate-ci/typos@548ac37a5de9ce84871bf4db3c9b8c462896d480
with:
files: "${{ inputs.files }}"
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install nightly Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
- name: Build docs
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
steps:
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5
uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630
4 changes: 2 additions & 2 deletions .github/workflows/draft-release-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y musl-tools
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
targets: ${{ matrix.target }}
Expand All @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 5
- name: Install cross
if: matrix.os == 'ubuntu-latest'
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cross
- name: Building release assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label pull request based on paths of changed files
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
dot: true
10 changes: 5 additions & 5 deletions .github/workflows/preload-caches-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable
- name: Cache dependencies
Expand All @@ -36,7 +36,7 @@ jobs:
shared-key: stable-${{ matrix.platform }}
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand All @@ -53,11 +53,11 @@ jobs:
name: Get MSRV from package metadata
run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >> "$GITHUB_OUTPUT"
- name: Install ${{ steps.msrv.outputs.version }} Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: ${{ steps.msrv.outputs.version }}
- name: Install nightly Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
- name: Resolve minimal dependency versions instead of maximum
Expand All @@ -70,7 +70,7 @@ jobs:
shared-key: msrv-ubuntu-latest
timeout-minutes: 5
- name: Install cargo-nextest
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-nextest
- name: Check packages and dependencies for errors
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable

Expand All @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-release

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-untagged-releases-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: stable

Expand All @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@addb7d697b0081ef0a2b09d830daf6269d640920
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793
with:
tool: cargo-release

Expand Down