Skip to content

Commit c070007

Browse files
authored
Enable HTTP/2 in reqwest (astral-sh#8049)
1 parent c2f13f9 commit c070007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ quote = { version = "1.0.37" }
128128
rayon = { version = "1.10.0" }
129129
reflink-copy = { version = "0.1.19" }
130130
regex = { version = "1.10.6" }
131-
reqwest = { version = "0.12.7", default-features = false, features = ["json", "gzip", "stream", "rustls-tls", "rustls-tls-native-roots", "socks", "multipart"] }
131+
reqwest = { version = "0.12.7", default-features = false, features = ["json", "gzip", "stream", "rustls-tls", "rustls-tls-native-roots", "socks", "multipart", "http2"] }
132132
reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "5e3eaf254b5bd481c75d2710eed055f95b756913", features = ["multipart"] }
133133
reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "5e3eaf254b5bd481c75d2710eed055f95b756913" }
134134
rkyv = { version = "0.8.8", features = ["bytecheck"] }

0 commit comments

Comments
 (0)