Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 7c6beb6 commit ca93248
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 @@ -33,7 +33,7 @@ gcloud-sdk = {version = "0.24", features = ["rest"]}
hyper = { version = "0.14", features = ["client", "http1"] }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.25", optional = true, features = ["rustls-native-certs"] }
http = "0.2"
http = "1.0"
async-trait = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit ca93248

Please sign in to comment.