Skip to content

Commit

Permalink
enable http2 for hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
kworr committed Aug 11, 2024
1 parent e3b4276 commit 9545e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ multipart = { version = "0.18.0", default-features = false, features = ["client"

telegram-bot-raw = { version = "0.9.0", path = "../raw" }

hyper = { version = "0.14", features = ["client", "http1"] }
hyper = { version = "0.14", features = [ "client", "http1", "http2" ] }
hyper-tls = { version = "0.5", optional = true }
futures = "0.3"
hyper-rustls = { version = "0.22", optional = true }
Expand Down

0 comments on commit 9545e64

Please sign in to comment.