diff options
author | kjeremy <[email protected]> | 2019-11-05 15:38:50 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-11-05 15:38:50 +0000 |
commit | 49aea4202b2bb2cacdd303cb139262b3b0197d88 (patch) | |
tree | 61e7c5f1d78ca5ce52b5bc9e0b26db84712cfa99 | |
parent | 38f2bd21fbecf1c997a4ab9a8913e8b5487088e3 (diff) |
Bump psm, console, indicatif
-rw-r--r-- | Cargo.lock | 20 | ||||
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3879204d9..c15b9f7bc 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -220,7 +220,7 @@ dependencies = [ | |||
220 | 220 | ||
221 | [[package]] | 221 | [[package]] |
222 | name = "console" | 222 | name = "console" |
223 | version = "0.9.0" | 223 | version = "0.9.1" |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" | 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
225 | dependencies = [ | 225 | dependencies = [ |
226 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -486,10 +486,10 @@ dependencies = [ | |||
486 | 486 | ||
487 | [[package]] | 487 | [[package]] |
488 | name = "indicatif" | 488 | name = "indicatif" |
489 | version = "0.12.0" | 489 | version = "0.13.0" |
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
491 | dependencies = [ | 491 | dependencies = [ |
492 | "console 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
493 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -518,7 +518,7 @@ name = "insta" | |||
518 | version = "0.12.0" | 518 | version = "0.12.0" |
519 | source = "registry+https://github.com/rust-lang/crates.io-index" | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
520 | dependencies = [ | 520 | dependencies = [ |
521 | "console 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 521 | "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
522 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -896,7 +896,7 @@ dependencies = [ | |||
896 | 896 | ||
897 | [[package]] | 897 | [[package]] |
898 | name = "psm" | 898 | name = "psm" |
899 | version = "0.1.5" | 899 | version = "0.1.6" |
900 | source = "registry+https://github.com/rust-lang/crates.io-index" | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
901 | dependencies = [ | 901 | dependencies = [ |
902 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -965,7 +965,7 @@ name = "ra_cli" | |||
965 | version = "0.1.0" | 965 | version = "0.1.0" |
966 | dependencies = [ | 966 | dependencies = [ |
967 | "flexi_logger 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", | 967 | "flexi_logger 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 968 | "indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 969 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
970 | "ra_batch 0.1.0", | 970 | "ra_batch 0.1.0", |
971 | "ra_db 0.1.0", | 971 | "ra_db 0.1.0", |
@@ -1600,7 +1600,7 @@ dependencies = [ | |||
1600 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 1600 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1601 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1602 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1602 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1603 | "psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1603 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1604 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1604 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1605 | ] | 1605 | ] |
1606 | 1606 | ||
@@ -1857,7 +1857,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1857 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 1857 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
1858 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | 1858 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
1859 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1859 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1860 | "checksum console 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62828f51cfa18f8c31d3d55a43c6ce6af3f87f754cba9fbba7ff38089b9f5612" | 1860 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" |
1861 | "checksum crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d818a4990769aac0c7ff1360e233ef3a41adcb009ebb2036bf6915eb0f6b23c" | 1861 | "checksum crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d818a4990769aac0c7ff1360e233ef3a41adcb009ebb2036bf6915eb0f6b23c" |
1862 | "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" | 1862 | "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
1863 | "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" | 1863 | "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
@@ -1890,7 +1890,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1890 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" | 1890 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
1891 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1891 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1892 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 1892 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1893 | "checksum indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8d596a9576eaa1446996092642d72bfef35cf47243129b7ab883baf5faec31e" | 1893 | "checksum indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487" |
1894 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1894 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1895 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1895 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1896 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1896 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" |
@@ -1938,7 +1938,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1938 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 1938 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
1939 | "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" | 1939 | "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
1940 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1940 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1941 | "checksum psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "54639efee26275dfadc49644039c31c73673edde0ef2815acf25a8db526ee193" | 1941 | "checksum psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b14fc68b454f875abc8354c2555e1d56596f74833ddc0f77f87f4871ed6a30e0" |
1942 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1942 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1943 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1943 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1944 | "checksum ra_vfs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc8f508bc7a9871b81b6ee75e15d0bbc9f81a96698364a090a8d10b0f8b970b7" | 1944 | "checksum ra_vfs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc8f508bc7a9871b81b6ee75e15d0bbc9f81a96698364a090a8d10b0f8b970b7" |
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index fcd102e8b..c9d3bdb77 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | pico-args = "0.3.0" | 9 | pico-args = "0.3.0" |
10 | flexi_logger = "0.14.0" | 10 | flexi_logger = "0.14.0" |
11 | indicatif = "0.12.0" | 11 | indicatif = "0.13.0" |
12 | 12 | ||
13 | ra_syntax = { path = "../ra_syntax" } | 13 | ra_syntax = { path = "../ra_syntax" } |
14 | ra_ide_api = { path = "../ra_ide_api" } | 14 | ra_ide_api = { path = "../ra_ide_api" } |