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 Sep 12, 2024
1 parent 68a8006 commit 21bb126
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 26 deletions.
90 changes: 65 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = { version = "1", optional = true }
chrono = "0.4"
log = "0.4"
gcloud-sdk = { version = "0.24", features = ["rest"] }
hyper = { version = "0.14", features = ["client", "http1"] }
hyper = { version = "1.0", features = ["client", "http1"] }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.25", optional = true, features = ["rustls-native-certs"] }
http = "0.2"
Expand Down

0 comments on commit 21bb126

Please sign in to comment.