diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Cargo.lock b/Cargo.lock index d341d1054..c58c3035c 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -104,15 +104,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
104 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 104 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
105 | 105 | ||
106 | [[package]] | 106 | [[package]] |
107 | name = "bstr" | ||
108 | version = "0.2.13" | ||
109 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
110 | checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" | ||
111 | dependencies = [ | ||
112 | "memchr", | ||
113 | ] | ||
114 | |||
115 | [[package]] | ||
116 | name = "byteorder" | 107 | name = "byteorder" |
117 | version = "1.3.4" | 108 | version = "1.3.4" |
118 | source = "registry+https://github.com/rust-lang/crates.io-index" | 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -404,12 +395,6 @@ dependencies = [ | |||
404 | ] | 395 | ] |
405 | 396 | ||
406 | [[package]] | 397 | [[package]] |
407 | name = "fnv" | ||
408 | version = "1.0.7" | ||
409 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
410 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | ||
411 | |||
412 | [[package]] | ||
413 | name = "fs_extra" | 398 | name = "fs_extra" |
414 | version = "1.1.0" | 399 | version = "1.1.0" |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -474,19 +459,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
474 | checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" | 459 | checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" |
475 | 460 | ||
476 | [[package]] | 461 | [[package]] |
477 | name = "globset" | ||
478 | version = "0.4.5" | ||
479 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
480 | checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" | ||
481 | dependencies = [ | ||
482 | "aho-corasick", | ||
483 | "bstr", | ||
484 | "fnv", | ||
485 | "log", | ||
486 | "regex", | ||
487 | ] | ||
488 | |||
489 | [[package]] | ||
490 | name = "goblin" | 462 | name = "goblin" |
491 | version = "0.2.3" | 463 | version = "0.2.3" |
492 | source = "registry+https://github.com/rust-lang/crates.io-index" | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1494,7 +1466,6 @@ dependencies = [ | |||
1494 | "env_logger", | 1466 | "env_logger", |
1495 | "expect", | 1467 | "expect", |
1496 | "flycheck", | 1468 | "flycheck", |
1497 | "globset", | ||
1498 | "itertools", | 1469 | "itertools", |
1499 | "jod-thread", | 1470 | "jod-thread", |
1500 | "log", | 1471 | "log", |
@@ -2003,7 +1974,6 @@ name = "vfs-notify" | |||
2003 | version = "0.1.0" | 1974 | version = "0.1.0" |
2004 | dependencies = [ | 1975 | dependencies = [ |
2005 | "crossbeam-channel", | 1976 | "crossbeam-channel", |
2006 | "globset", | ||
2007 | "jod-thread", | 1977 | "jod-thread", |
2008 | "log", | 1978 | "log", |
2009 | "notify", | 1979 | "notify", |