Skip to content

Commit

Permalink
chore: turn off reqwest default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Dec 13, 2023
1 parent 351f990 commit 0ccb869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ futures = "0.3.29"
hyper = "0.14.27"
itertools = "0.12"
pin-project = "1.1"
reqwest = "0.11.18"
reqwest = { version = "0.11.18", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.4"
Expand Down

0 comments on commit 0ccb869

Please sign in to comment.