diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index d51146956..2d18122d8 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -447,6 +447,18 @@ version = "0.2.11" | |||
447 | source = "registry+https://github.com/rust-lang/crates.io-index" | 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
448 | 448 | ||
449 | [[package]] | 449 | [[package]] |
450 | name = "globset" | ||
451 | version = "0.4.2" | ||
452 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
453 | dependencies = [ | ||
454 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
455 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
456 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
457 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
458 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
459 | ] | ||
460 | |||
461 | [[package]] | ||
450 | name = "heck" | 462 | name = "heck" |
451 | version = "0.3.1" | 463 | version = "0.3.1" |
452 | source = "registry+https://github.com/rust-lang/crates.io-index" | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -470,6 +482,23 @@ dependencies = [ | |||
470 | ] | 482 | ] |
471 | 483 | ||
472 | [[package]] | 484 | [[package]] |
485 | name = "ignore" | ||
486 | version = "0.4.6" | ||
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
488 | dependencies = [ | ||
489 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
490 | "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
491 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
492 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
493 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
494 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
495 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
496 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
497 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
498 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
499 | ] | ||
500 | |||
501 | [[package]] | ||
473 | name = "im" | 502 | name = "im" |
474 | version = "12.3.0" | 503 | version = "12.3.0" |
475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1010,6 +1039,7 @@ dependencies = [ | |||
1010 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1013 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | "notify 4.0.6 (git+https://github.com/vemoo/notify/?branch=v4-legacy)", | 1044 | "notify 4.0.6 (git+https://github.com/vemoo/notify/?branch=v4-legacy)", |
1015 | "ra_arena 0.1.0", | 1045 | "ra_arena 0.1.0", |
@@ -1868,9 +1898,11 @@ dependencies = [ | |||
1868 | "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" | 1898 | "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" |
1869 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" | 1899 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
1870 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 1900 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
1901 | "checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865" | ||
1871 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1902 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1872 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | 1903 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1873 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1904 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1905 | "checksum ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ad03ca67dc12474ecd91fdb94d758cbd20cb4e7a78ebe831df26a9b7511e1162" | ||
1874 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" | 1906 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" |
1875 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1907 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1876 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1908 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |