diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1e2fc7851..02adbe0a9 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -257,7 +257,7 @@ dependencies = [ | |||
257 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 257 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 258 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 259 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 261 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 262 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 263 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -551,7 +551,7 @@ dependencies = [ | |||
551 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 551 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 554 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 555 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | ] | 556 | ] |
557 | 557 | ||
@@ -575,7 +575,7 @@ dependencies = [ | |||
575 | 575 | ||
576 | [[package]] | 576 | [[package]] |
577 | name = "insta" | 577 | name = "insta" |
578 | version = "0.7.4" | 578 | version = "0.8.1" |
579 | source = "registry+https://github.com/rust-lang/crates.io-index" | 579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
580 | dependencies = [ | 580 | dependencies = [ |
581 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 581 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1114,7 +1114,7 @@ dependencies = [ | |||
1114 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 1114 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", |
1115 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1115 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1116 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 | "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1117 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1134,7 +1134,7 @@ name = "ra_ide_api" | |||
1134 | version = "0.1.0" | 1134 | version = "0.1.0" |
1135 | dependencies = [ | 1135 | dependencies = [ |
1136 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 | "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1137 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1138 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1140 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1242,7 +1242,7 @@ dependencies = [ | |||
1242 | "ra_parser 0.1.0", | 1242 | "ra_parser 0.1.0", |
1243 | "ra_text_edit 0.1.0", | 1243 | "ra_text_edit 0.1.0", |
1244 | "rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1244 | "rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1245 | "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1245 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1246 | "test_utils 0.1.0", | 1246 | "test_utils 0.1.0", |
1247 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1247 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1248 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1248 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1262,7 +1262,7 @@ dependencies = [ | |||
1262 | name = "ra_tt" | 1262 | name = "ra_tt" |
1263 | version = "0.1.0" | 1263 | version = "0.1.0" |
1264 | dependencies = [ | 1264 | dependencies = [ |
1265 | "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1265 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1266 | ] | 1266 | ] |
1267 | 1267 | ||
1268 | [[package]] | 1268 | [[package]] |
@@ -1467,7 +1467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1467 | dependencies = [ | 1467 | dependencies = [ |
1468 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1468 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1469 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1470 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1471 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1471 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 | ] | 1472 | ] |
1473 | 1473 | ||
@@ -1625,7 +1625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1625 | 1625 | ||
1626 | [[package]] | 1626 | [[package]] |
1627 | name = "smol_str" | 1627 | name = "smol_str" |
1628 | version = "0.1.10" | 1628 | version = "0.1.11" |
1629 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1630 | dependencies = [ | 1630 | dependencies = [ |
1631 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1631 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2087,7 +2087,7 @@ dependencies = [ | |||
2087 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 2087 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
2088 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 2088 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
2089 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 2089 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
2090 | "checksum insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "03e7d88a87d342ce8bd698516151be43e6eb2e84b683db528696cb4a382f734a" | 2090 | "checksum insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8bbbb69ec4557c37b2bf4d525d106d828e0c2fbd6c44bc98cd3798da13c73b9f" |
2091 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 2091 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
2092 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" | 2092 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" |
2093 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 2093 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
@@ -2181,7 +2181,7 @@ dependencies = [ | |||
2181 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2181 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2182 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 2182 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
2183 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" | 2183 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
2184 | "checksum smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d077b3367211e9c6e2e012fb804c444e0d80ab5a51ae4137739b58e6446dcaef" | 2184 | "checksum smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e6507d018aa8dfcaa08aaab587605591cd2109df66a921486a2220e2daf9fa29" |
2185 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 2185 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
2186 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2186 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2187 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2187 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |