Skip to content

Commit

Permalink
feat: use http2 for reqwest (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 23, 2024
1 parent f0604a3 commit 7ac7198
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 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 @@ -76,7 +76,7 @@ petgraph = "0.6.4"
rand = "0.8.5"
rayon = "1.9.0"
regex = "1.10.4"
reqwest = { version = "0.12.1", default-features = false, features = ["blocking", "json", "gzip"] }
reqwest = { version = "0.12.1", default-features = false, features = ["blocking", "http2", "json", "gzip"] }
rmp-serde = "1.1.2"
self_update = { version = "0.39.0", default-features = false, features = [
"archive-tar",
Expand Down

0 comments on commit 7ac7198

Please sign in to comment.