Skip to content

Commit

Permalink
RustCrypto crate upgrades; MSRV 1.57 (#378)
Browse files Browse the repository at this point in the history
Updates all of the RustCrypto dependencies to the latest versions:

- `des` v0.8
- `elliptic-curve` v0.12
- `hmac` v0.12
- `num-bigint-dig` v0.8
- `pbkdf2` v0.11
- `p256` v0.11
- `p384` v0.10
- `rsa` v0.6
- `sha1` v0.10 (replacing `sha-1`)
- `sha2` v0.10
  • Loading branch information
tony-iqlusion authored May 24, 2022
1 parent fac83c6 commit 9e20ecf
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 178 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.56.0 # MSRV
toolchain: 1.57.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.56.0 # MSRV
toolchain: 1.57.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.56.0 # MSRV
toolchain: 1.57.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0 # MSRV
toolchain: 1.57.0 # MSRV
components: clippy
override: true
- run: sudo apt-get install libpcsclite-dev
Expand Down
Loading

0 comments on commit 9e20ecf

Please sign in to comment.