You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,8 @@ members = [
304
304
prodash = { version = "28.0.0", default-features = false }
305
305
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
306
306
faster-hex = { version = "0.9.0", default-features = false }
307
+
reqwest = { version = "0.12.0", default-features = false, features = ["charset", "http2", "macos-system-configuration"] } # all but the 'default-tls' feature
## Stacks with `blocking-network-client` to provide support for HTTP/S using **curl**, and implies blocking networking as a whole, making the `https://` transport available.
## Stacks with `blocking-network-client` to provide support for HTTP/S using **reqwest**, and implies blocking networking as a whole, making the `https://` transport available.
0 commit comments