Skip to content

Commit

Permalink
Merge pull request #37 from mathstuf/dependency-cleanup
Browse files Browse the repository at this point in the history
Dependency cleanup
  • Loading branch information
dtolnay committed Nov 25, 2019
2 parents 9c03478 + dc70721 commit f48fc4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
glob = "0.3"
lazy_static = "1.3"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0"
termcolor = "1.0"
toml = "0.5"
termcolor = "1.0.4"
toml = "0.5.2"

0 comments on commit f48fc4a

Please sign in to comment.