Skip to content

Commit

Permalink
Update dependencies and MSRV
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
BlackDex committed Jan 9, 2023
1 parent 10dadfc commit 93ae0c6
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Loading

0 comments on commit 93ae0c6

Please sign in to comment.