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:
Jan Christian Grünhage 2024-08-10 03:24:12 +02:00 committed by GitHub
parent 3d30f2ac46
commit 0f96fd31bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 77 deletions

View file

@ -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