mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03: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:
committed by
Mathijs van Veluw
parent
988d24927e
commit
8e6fd4b4a1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user