zero-to-production
zero-to-production copied to clipboard
Update Cargo.toml, remove redundant reqwest dev-dependency
avoid duplication as it's already in the main dependencies so no need for it in the dev-dependency
quoting the book at chapter 7.2.2 page 168 [dependencies]
[...]
We need the json feature flag to serialize/deserialize JSON payloads reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } [dev-dependencies]
Remove reqwest's entry from this list
[...]
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.