Skip to content

Commit

Permalink
Downgrade hyper for compatibility w/ hyper-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan-Blanchard committed Nov 21, 2024
1 parent ef6b4ce commit 7b78a16
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 @@ -13,7 +13,7 @@ exclude = [".idea", ".gitignore", ".github", ".env", "*.log", "scripts"]
[dependencies]
base64 = "0.22.1"
hmac = "0.12.1"
hyper = { version = "1.5.1", features = ["full"] }
hyper = { version = "1.5.0", features = ["full"] }
hyper-util = { version = "0.1.10", features = ["full", "client-legacy", "tokio"] }
http-body-util = "0.1.2"
hyper-tls = "0.6.0"
Expand Down

0 comments on commit 7b78a16

Please sign in to comment.