aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGeobert Quach <[email protected]>2019-09-10 11:31:40 +0100
committerGeobert Quach <[email protected]>2019-09-10 11:31:40 +0100
commit735845d86e6ab94891e421823158f374e2f3412a (patch)
treef6675c54761e9aeb2367764d2746c80bc290741f /Cargo.lock
parente2ebb467bdf3ebb7d29260adb95c56594c6db282 (diff)
refactor(args): Switch to pico-args
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9092a87d3..f4b5d12a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -838,6 +838,11 @@ dependencies = [
838] 838]
839 839
840[[package]] 840[[package]]
841name = "pico-args"
842version = "0.2.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844
845[[package]]
841name = "ppv-lite86" 846name = "ppv-lite86"
842version = "0.2.5" 847version = "0.2.5"
843source = "registry+https://github.com/rust-lang/crates.io-index" 848source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -930,9 +935,9 @@ dependencies = [
930name = "ra_cli" 935name = "ra_cli"
931version = "0.1.0" 936version = "0.1.0"
932dependencies = [ 937dependencies = [
933 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
934 "flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", 938 "flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
935 "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 939 "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
940 "pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
936 "ra_batch 0.1.0", 941 "ra_batch 0.1.0",
937 "ra_db 0.1.0", 942 "ra_db 0.1.0",
938 "ra_hir 0.1.0", 943 "ra_hir 0.1.0",
@@ -1873,6 +1878,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1873"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" 1878"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
1874"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 1879"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1875"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" 1880"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
1881"checksum pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fce25154205cf4360b456fd7d48994afe20663b77e3bd3d0a353a2fccf7f22c"
1876"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" 1882"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
1877"checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" 1883"checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8"
1878"checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95" 1884"checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95"