summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-22 22:31:41 -0500
committerGitHub <noreply@github.com>2023-01-22 22:31:41 -0500
commitdb3d7d7c92d6440045bf9a4dbcd850728db2f4db (patch)
treee010b5f039d748619a524cf8bfc28fd6e557a09b
parent627424d711080a531c80a9b2ca2023cf9c4be770 (diff)
downloadpy-bcrypt-git-db3d7d7c92d6440045bf9a4dbcd850728db2f4db.tar.gz
Bump dtolnay/rust-toolchain (#493)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 22cb70465de2ebc761c76f91046abd5a6986040f to ce8f65846d7180d2ce63b1e74483d981800b9e22. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/22cb70465de2ebc761c76f91046abd5a6986040f...ce8f65846d7180d2ce63b1e74483d981800b9e22) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/wheel-builder.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f907a2e..587a855 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
~/.cargo/git/db/
src/_bcrypt/target/
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
+ - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
with:
toolchain: ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 26bacc4..483fcc7 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -89,7 +89,7 @@ jobs:
- run: |
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
sudo installer -pkg python.pkg -target /
- - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
+ - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
with:
toolchain: stable
# Add the arm64 target in addition to the native arch (x86_64)
@@ -140,7 +140,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- - uses: dtolnay/rust-toolchain@22cb70465de2ebc761c76f91046abd5a6986040f
+ - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
with:
toolchain: stable
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}