RustCrypto dependency updates; MSRV 1.47+ (#251)
Updates the following dependencies: - `des` v0.7 - `elliptic-curve` v0.9 - `hmac` v0.11 - `pbkdf2` v0.8 - `p256` v0.8 - `p384` v0.7
This commit is contained in:
committed by
GitHub
parent
1ad17bb025
commit
865353f4da
@@ -36,13 +36,13 @@ jobs:
|
||||
toolchain: stable
|
||||
deps: true
|
||||
- platform: ubuntu-latest
|
||||
toolchain: 1.46.0 # MSRV
|
||||
toolchain: 1.47.0 # MSRV
|
||||
deps: sudo apt-get install libpcsclite-dev
|
||||
- platform: windows-latest
|
||||
toolchain: 1.46.0 # MSRV
|
||||
toolchain: 1.47.0 # MSRV
|
||||
deps: true
|
||||
- platform: macos-latest
|
||||
toolchain: 1.46.0 # MSRV
|
||||
toolchain: 1.47.0 # MSRV
|
||||
deps: true
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.46.0 # MSRV
|
||||
toolchain: 1.47.0 # MSRV
|
||||
components: clippy
|
||||
override: true
|
||||
- run: sudo apt-get install libpcsclite-dev
|
||||
|
||||
Reference in New Issue
Block a user