diff --git a/gcloud-sdk/Cargo.toml b/gcloud-sdk/Cargo.toml index ea7530e7d..06a0385f1 100644 --- a/gcloud-sdk/Cargo.toml +++ b/gcloud-sdk/Cargo.toml @@ -448,7 +448,7 @@ tokio= { version = "1" } tracing = "0.1" secret-vault-value = { version="0.3", features=["proto", "serde"] } once_cell = "1.19" -reqwest = { version="0.11", features=["multipart", "json", "gzip", "stream"], default-features = false } +reqwest = { version="0.12", features=["multipart", "json", "gzip", "stream"], default-features = false } bytes = { version = "1", optional = true } serde_with = { version = "3", optional = true }