Cargo.lock: Update dependencies (#538)

* Cargo.lock: Update dependencies

* MSRV 1.70.0
This commit is contained in:
Shella Stephens
2023-11-20 20:10:40 -07:00
committed by GitHub
parent c1dc4a4319
commit 385db11522
2 changed files with 120 additions and 128 deletions
+3 -3
View File
@@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps: