1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 07:03:58 +00:00

Update dependencies and MSRV

- Updated dependencies.
  This includes a janked openssl crate version we currently use.
- Updated MSRV to v1.61.0 because hashbrown/cached has this version restriction.
This commit is contained in:
BlackDex 2023-01-09 16:49:26 +01:00 committed by Mathijs van Veluw
parent 988d24927e
commit 8e6fd4b4a1
3 changed files with 155 additions and 177 deletions

View file

@ -34,7 +34,7 @@ jobs:
- "msrv" # The supported MSRV
include:
- channel: "msrv"
version: "1.60.0"
version: "1.61.0"
name: Build and Test ${{ matrix.channel }}