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 379a465 commit 253eef4
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 @@ -25,7 +25,7 @@ tracing = "0.1"
opentelemetry = { version = "0.27" }
opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.27" }
gcloud-sdk = { version = "0.25", features = ["google-devtools-cloudtrace-v2"], default-features = false }
gcloud-sdk = { version = "0.26", features = ["google-devtools-cloudtrace-v2"], default-features = false }
rvstruct = "0.3"
rsb_derive = "0.5"
tokio = { version = "1" }
Expand Down

0 comments on commit 253eef4

Please sign in to comment.