mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update google-cloud-auth to drop ring@0.16.20 (#3591)
* Update google-cloud-auth to drop ring@0.16.20 ring@0.16.20 doesn't build on ppc and risc-v, and updating google-cloud-auth pulls in a newer version of jsonwebtoken, which in turn depends on a newer version of ring that we depend on already either way. This necessitated an MSRV bump to 1.73.0
This commit is contained in:
parent
3d30f2ac46
commit
0f96fd31bf
2 changed files with 26 additions and 77 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.70.0" # MSRV
|
||||
toolchain: "1.73.0" # MSRV
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1.0.3
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.70.0" # MSRV
|
||||
toolchain: "1.73.0" # MSRV
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1.0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue