Skip to content

Commit

Permalink
Removed old dependencies and shifted to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Dec 30, 2023
1 parent 8105cbe commit 1f2f012
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ name = "geckoterminal_rs"
path = "src/lib.rs"

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
tokio-macros = { version = "2.2.0" }
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["rt", "macros"] }
serde_json = "1.0.108"
log = "0.4.20"
env_logger = "0.10.1"
more-asserts = "0.3.1"

[dev-dependencies]
cargo-tarpaulin = { version = "0.27" }
cargo-tarpaulin = { version = "0.27" }
more-asserts = "0.3.1"
env_logger = "0.10.1"

0 comments on commit 1f2f012

Please sign in to comment.