zero-to-production icon indicating copy to clipboard operation
zero-to-production copied to clipboard

Update Cargo.toml, remove redundant reqwest dev-dependency

Open abd0-omar opened this issue 1 year ago • 0 comments

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.

abd0-omar avatar Mar 26 '24 22:03 abd0-omar