Skip to content

fix(build): bump gcloud-sdk 0.27.4 -> 0.29.0 for reqwest 0.13 compatibility#3823

Merged
zerosnacks merged 1 commit intomainfrom
zerosnacks/bump-gcloud-sdk-0.29
Mar 20, 2026
Merged

fix(build): bump gcloud-sdk 0.27.4 -> 0.29.0 for reqwest 0.13 compatibility#3823
zerosnacks merged 1 commit intomainfrom
zerosnacks/bump-gcloud-sdk-0.29

Conversation

@decofe
Copy link
Copy Markdown
Contributor

@decofe decofe commented Mar 20, 2026

Motivation

gcloud-sdk 0.27.4 depends on reqwest >=0.12.7 with old TLS feature flags (rustls-tls-native-roots-no-provider). This conflicts with the reqwest 0.13 already on main causing compatibility issues downstream in Foundry (we currently pin to the alloy-2.0 branch).

Ref: abdolence/gcloud-sdk-rs#234

Solution

Bump gcloud-sdk to 0.29.0 (released 2026-03-12), which explicitly supports reqwest 0.13 with updated feature names (native-tls, rustls).

Changes

  • Cargo.toml: gcloud-sdk = "0.27.4"gcloud-sdk = "0.29.0"

Co-Authored-By: zerosnacks 95942363+zerosnacks@users.noreply.github.com

Prompted by: zerosnacks

Resolves reqwest 0.13 compatibility. gcloud-sdk 0.27.4 depends on
reqwest >=0.12.7 with old TLS feature flags (rustls-tls-native-roots-no-provider),
while 0.29.0 explicitly supports reqwest 0.13 with updated feature names.

Co-Authored-By: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
@zerosnacks zerosnacks marked this pull request as ready for review March 20, 2026 15:22
@zerosnacks zerosnacks changed the title build: bump gcloud-sdk 0.27.4 -> 0.29.0 fix(build): bump gcloud-sdk 0.27.4 -> 0.29.0 for reqwest 0.13 compatibility Mar 20, 2026
@zerosnacks zerosnacks changed the title fix(build): bump gcloud-sdk 0.27.4 -> 0.29.0 for reqwest 0.13 compatibility fix(build): bump gcloud-sdk 0.27.4 -> 0.29.0 for reqwest 0.13 compatibility Mar 20, 2026
@github-project-automation github-project-automation Bot moved this to Reviewed in Alloy Mar 20, 2026
@zerosnacks zerosnacks merged commit dca4f3d into main Mar 20, 2026
51 of 58 checks passed
@zerosnacks zerosnacks deleted the zerosnacks/bump-gcloud-sdk-0.29 branch March 20, 2026 16:25
@github-project-automation github-project-automation Bot moved this from Reviewed to Done in Alloy Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants