aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 18:50:04 +0000
committerAleksey Kladov <[email protected]>2019-01-08 18:50:04 +0000
commitf553837c1ca30a52bf5091689c21d3c3e3362395 (patch)
tree79dbabf6137e6aaf64d494f57a7cecbf397237bc /Cargo.lock
parentc9e42fcf245be16958dca6571e4bccc6c29199df (diff)
upstream text-utils to text_unit
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c445439b1..f1d8e5462 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -745,7 +745,7 @@ dependencies = [
745 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 745 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
746 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 746 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
747 "test_utils 0.1.0", 747 "test_utils 0.1.0",
748 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 748 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
749 "thread_worker 0.1.0", 749 "thread_worker 0.1.0",
750 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 750 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
751 "tools 0.1.0", 751 "tools 0.1.0",
@@ -764,7 +764,7 @@ dependencies = [
764 "ra_text_edit 0.1.0", 764 "ra_text_edit 0.1.0",
765 "rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 765 "rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
766 "test_utils 0.1.0", 766 "test_utils 0.1.0",
767 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 767 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
768 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 768 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
769 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 769 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
770] 770]
@@ -775,7 +775,7 @@ version = "0.1.0"
775dependencies = [ 775dependencies = [
776 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", 776 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
777 "test_utils 0.1.0", 777 "test_utils 0.1.0",
778 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 778 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
779] 779]
780 780
781[[package]] 781[[package]]
@@ -972,7 +972,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
972dependencies = [ 972dependencies = [
973 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 973 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
974 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 974 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
975 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 975 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
976] 976]
977 977
978[[package]] 978[[package]]
@@ -1218,12 +1218,12 @@ dependencies = [
1218 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1218 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1219 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1219 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1220 "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", 1220 "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
1221 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1221 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1222] 1222]
1223 1223
1224[[package]] 1224[[package]]
1225name = "text_unit" 1225name = "text_unit"
1226version = "0.1.5" 1226version = "0.1.6"
1227source = "registry+https://github.com/rust-lang/crates.io-index" 1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228dependencies = [ 1228dependencies = [
1229 "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", 1229 "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1597,7 +1597,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1597"checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" 1597"checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3"
1598"checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" 1598"checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e"
1599"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" 1599"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
1600"checksum text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8009d7bdbd896a7e09b595f8f9325a19047fc708653e60d0895202b82135048f" 1600"checksum text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "158bb1c22b638b1da3c95a8ad9f061ea40d4d39fd0301be3a520f92efeeb189e"
1601"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" 1601"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
1602"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 1602"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
1603"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" 1603"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"