Skip to content

Commit

Permalink
Upgrade RustCrypto crates (#994)
Browse files Browse the repository at this point in the history
Bumps the following to the latest versions:

- `hmac` v0.12
- `k256` v0.11
- `p256` v0.11
- `pbkdf2` v0.10
- `ripemd` v0.1
- `sha2` v0.10
  • Loading branch information
tony-iqlusion committed May 10, 2022
1 parent 6b6f504 commit 725ac32
Show file tree
Hide file tree
Showing 31 changed files with 156 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bip32.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -50,7 +50,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hkd32.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -49,7 +49,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/signatory.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stdtx.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.57.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0 # MSRV
toolchain: 1.57.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down

0 comments on commit 725ac32

Please sign in to comment.