Skip to content

Commit

Permalink
fix(deps): update rust crate gcloud-sdk to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 8b27920 commit 920f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "1", features = ["full"] }
hex = "0.4"
ring = { version = "0.17", features = ["default", "std"], optional = true }
serde = { version = "1", features = ["derive"], optional = true }
gcloud-sdk = { version = "0.25", optional = true, default-features = false }
gcloud-sdk = { version = "0.26", optional = true, default-features = false }
aws-config = { version = "1", optional = true, features = ["behavior-version-latest"] }
aws-sdk-kms = { version = "1", optional = true }

Expand Down

0 comments on commit 920f112

Please sign in to comment.