Update/prune dependencies with help of cargo-outdated

This commit is contained in:
Lucien Greathouse
2019-03-11 14:12:49 -07:00
parent 2deb3bbf23
commit 5fd0bd3db9
2 changed files with 25 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ hyper = "0.12"
log = "0.4"
maplit = "1.0.1"
notify = "4.0"
rand = "0.4"
rbx_binary = "0.4.0"
rbx_dom_weak = "1.0.0"
rbx_xml = "0.4.0"
@@ -47,5 +46,5 @@ uuid = { version = "0.7", features = ["v4", "serde"] }
tempfile = "3.0"
walkdir = "2.1"
lazy_static = "1.2"
pretty_assertions = "0.5.1"
pretty_assertions = "0.6.1"
paste = "0.1"