Skip to content

Commit

Permalink
do not use default feature in reqwest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Oct 9, 2023
1 parent fb280a9 commit e98c956
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 @@ -17,7 +17,7 @@ rust-version = "1.58"
schemars = ["dep:schemars"]

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", default-features = false, features = ["json"] }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
serde_with = "2"
Expand Down

0 comments on commit e98c956

Please sign in to comment.