Skip to content

Commit

Permalink
remove unnecessary reqwest features from rpc-client-api (#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Nov 25, 2024
1 parent 7916861 commit fd7a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-client-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = { workspace = true }
base64 = { workspace = true }
bs58 = { workspace = true, features = ["std"] }
jsonrpc-core = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
reqwest = { workspace = true, default-features = false, features = ["rustls-tls"] }
reqwest-middleware = { workspace = true }
semver = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit fd7a791

Please sign in to comment.