Skip to content

Commit

Permalink
Update google-cloud-auth to drop [email protected] (#3591)
Browse files Browse the repository at this point in the history
* Update google-cloud-auth to drop [email protected]

[email protected] 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
  • Loading branch information
jcgruenhage authored Aug 10, 2024
1 parent 3d30f2a commit 0f96fd3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down
99 changes: 24 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f96fd3

Please sign in to comment.