aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2023-01-09 16:49:26 +0100
committerMathijs van Veluw <[email protected]>2023-01-09 19:10:11 +0100
commit8e6fd4b4a11760619bf8122c98c45631b9f8d4ba (patch)
tree60a2d187bf20e30e6224dcff1922c3d1d92402cb /.github
parent988d24927ea3b586331e02e33fa8648eb9d8fc8f (diff)
downloadvaultwarden-8e6fd4b4a11760619bf8122c98c45631b9f8d4ba.tar.gz
vaultwarden-8e6fd4b4a11760619bf8122c98c45631b9f8d4ba.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b8718a20..c8b5a855 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 }}