Skip to content

Commit

Permalink
Update dependencies to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Sep 17, 2019
1 parent 0c198b3 commit 268347a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ keywords = ["findomain", "subdomain-discover", "find-subdomains"]
readme = "README.md"

[dependencies]
serde = { version = "1.0.99", features = ["derive"] }
serde_derive = "1.0.99"
serde = { version = "1.0.101", features = ["derive"] }
serde_derive = "1.0.101"
reqwest = "0.9.20"
trust-dns-resolver = "0.12.0"
clap = { version = "2.33.0", features = ["yaml"] }
lazy_static = "1.4.0"
rand = "0.7.0"
rand = "0.7.2"
postgres = "0.15.2"
# json = "0.11.14"

Expand Down

0 comments on commit 268347a

Please sign in to comment.