-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump gcp_auth to 0.12.2 (#76)
* chore: bump arduino/setup-protoc GH action The version of protoc used in v1 doesn't seem to exist anymore, as can be seen by a failing CI run: https://github.com/liufuyang/bigtable_rs/actions/runs/9357260352/job/25756593924 ``` Run arduino/setup-protoc@v1 Getting protoc version: v3.20.3 Downloading archive: https://github.com/protocolbuffers/protobuf/releases/download/v3.20.3/protoc-3.20.3-osx-aarch_64.zip Error: Error: Failed to download version v3.20.3: Error, Unexpected HTTP response: 404 - 404 ``` * chore: bump gcp_auth to 0.12.2 gcp_auth changed their AuthenticationManager API in djc/gcp_auth#108. gcp_auth::provider() now returns a Arc<dyn TokenProvider>, rather than a AuthenticationManager, and AuthenticationManager is gone. This updates references in bigtable_rs codebase to follow. Closes #75.
- Loading branch information
Showing
6 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters