Skip to content

Commit

Permalink
Disable default features on reqwest (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins committed Feb 24, 2024
1 parent 98cd103 commit 47b928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -53,7 +53,7 @@ prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rand = "0.8"
reqwest = "0.11"
reqwest = { version = "0.11", default-features = false }
serde = "1.0"
serde_json = "1.0"
temp-env = "0.3.6"
Expand Down

0 comments on commit 47b928e

Please sign in to comment.