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:
committed by
GitHub
parent
3d30f2ac46
commit
0f96fd31bf
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
|
||||
|
||||
Reference in New Issue
Block a user