Skip to content

Commit

Permalink
removing unused depedencies in depdive
Browse files Browse the repository at this point in the history
  • Loading branch information
nasifimtiazohi committed Jul 24, 2021
1 parent f751de6 commit 2a98b66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions depdive/Cargo.toml
Expand Up @@ -14,16 +14,10 @@ reqwest = "0.11.0" # http client
tempfile = "3.2.0" # temporary folder helper
serde = { version = "1.0", features = ["derive"] } # bson serialization
serde_json = "1.0" # bson serialization
tokio = "1.6.1"
futures = "0.3.12" # async stuff
tracing = "0.1.22" # logging
regex = "1.4.3" # used for checking diff output
chrono = "0.4" # used for datetime of mongodb document
rust-crypto = "0.2" # used to hash the repo url (to derive a folder dir)

guppy = { version = "0.9.0", features = ["summaries"] } # library to analyze deps
guppy-summaries = "0.4.0" # guppy summaries
target-spec = "0.7.0" # guppy stuff
semver = "0.11.0" # semver of dependencies
url = "2.2.2" # url parsing
rustsec = "0.24.1" # RUSTSEC advisory stuff
Expand Down

0 comments on commit 2a98b66

Please sign in to comment.