Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 6b5b717 commit 750888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 750888c

Please sign in to comment.