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:
parent
988d24927e
commit
8e6fd4b4a1
3 changed files with 155 additions and 177 deletions
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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue