Skip to content

Commit

Permalink
Remove mention of indirect dependencies: futures and tokio
Browse files Browse the repository at this point in the history
These are not directly used in the crate, thus there is no need to mention them
in Cargo.toml. They are still pulled in my our dependencies (reqwest), but
that's cargo's job, not ours.
  • Loading branch information
strohel authored and Kamran Mackey committed Feb 7, 2021
1 parent 52f7067 commit 167e741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ path = "src/lib.rs"

[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
futures = "0.3.8"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
reqwest = { version = "0.10.9", features = ["json"] }
url = "2.2.0"
tokio = "0.2.24"

0 comments on commit 167e741

Please sign in to comment.