Skip to content

Commit

Permalink
chore: turn reqwest default features off (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: magine <[email protected]>
  • Loading branch information
RyanKung and Ma233 authored Jan 17, 2024
1 parent fea7ec2 commit ced8306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 148 deletions.
147 changes: 0 additions & 147 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 crates/snark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json = "1.0.70"
thiserror = "1"

bellpepper-core = "0.4.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }

[dev-dependencies]
# only for unitest
Expand Down

0 comments on commit ced8306

Please sign in to comment.