Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 57279c2 commit edb4bec
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 @@ -31,7 +31,7 @@ gcloud-sdk = {version = "0.20", features = ["rest"]}
erased-serde = "0.3"
chrono = "0.4"
log = "0.4"
hyper = { version = "0.14", features = ["client", "http1"] }
hyper = { version = "1.1", features = ["client", "http1"] }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.24", optional = true }
http = "0.2"
Expand Down

0 comments on commit edb4bec

Please sign in to comment.