diff options
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index d6f526363..e0599edb3 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -280,7 +280,7 @@ dependencies = [ | |||
280 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 280 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 281 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 282 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
283 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 283 | "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 284 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -481,7 +481,7 @@ dependencies = [ | |||
481 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 481 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
482 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 482 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
484 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 484 | "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
485 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | ] | 486 | ] |
487 | 487 | ||
@@ -610,7 +610,7 @@ dependencies = [ | |||
610 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
612 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 612 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
613 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | ] | 614 | ] |
615 | 615 | ||
616 | [[package]] | 616 | [[package]] |
@@ -1051,7 +1051,7 @@ dependencies = [ | |||
1051 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1051 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | ] | 1055 | ] |
1056 | 1056 | ||
1057 | [[package]] | 1057 | [[package]] |
@@ -1514,19 +1514,19 @@ dependencies = [ | |||
1514 | 1514 | ||
1515 | [[package]] | 1515 | [[package]] |
1516 | name = "regex" | 1516 | name = "regex" |
1517 | version = "1.1.8" | 1517 | version = "1.1.9" |
1518 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1519 | dependencies = [ | 1519 | dependencies = [ |
1520 | "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1524 | "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1524 | "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1525 | ] | 1525 | ] |
1526 | 1526 | ||
1527 | [[package]] | 1527 | [[package]] |
1528 | name = "regex-syntax" | 1528 | name = "regex-syntax" |
1529 | version = "0.6.7" | 1529 | version = "0.6.8" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1531 | dependencies = [ |
1532 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1532 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1800,7 +1800,7 @@ dependencies = [ | |||
1800 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1800 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1801 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1801 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1802 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1802 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1803 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1803 | "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1804 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", | 1804 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1805 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1805 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1806 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1806 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2255,8 +2255,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2255 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 2255 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
2256 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | 2256 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
2257 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 2257 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
2258 | "checksum regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1325e8a57b7da4cbcb38b3957112f729990bad0a18420e7e250ef6b1d9a15763" | 2258 | "checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad" |
2259 | "checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48" | 2259 | "checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21" |
2260 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 2260 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
2261 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 2261 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
2262 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 2262 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |