aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-07 18:54:33 +0100
committerAleksey Kladov <[email protected]>2019-05-07 18:54:33 +0100
commit1667b5cf52a8f2854c7299242820c951eab50f7a (patch)
treed7dee875aad8182a83195dba6d767d26dcff53d3 /Cargo.lock
parent70cd5ffbf5f2283fc4986c581d225987620b5335 (diff)
switch to once_cell from lazy_static
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c03d0b75..92a377497 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -874,6 +874,14 @@ version = "0.1.0"
874source = "registry+https://github.com/rust-lang/crates.io-index" 874source = "registry+https://github.com/rust-lang/crates.io-index"
875 875
876[[package]] 876[[package]]
877name = "once_cell"
878version = "0.2.0"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880dependencies = [
881 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
882]
883
884[[package]]
877name = "opaque-debug" 885name = "opaque-debug"
878version = "0.2.2" 886version = "0.2.2"
879source = "registry+https://github.com/rust-lang/crates.io-index" 887source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1039,7 +1047,7 @@ dependencies = [
1039 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 1047 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
1040 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1041 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1049 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1042 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1050 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1043 "ra_db 0.1.0", 1051 "ra_db 0.1.0",
1044 "ra_fmt 0.1.0", 1052 "ra_fmt 0.1.0",
1045 "ra_hir 0.1.0", 1053 "ra_hir 0.1.0",
@@ -1209,7 +1217,7 @@ dependencies = [
1209name = "ra_prof" 1217name = "ra_prof"
1210version = "0.1.0" 1218version = "0.1.0"
1211dependencies = [ 1219dependencies = [
1212 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1220 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1213] 1221]
1214 1222
1215[[package]] 1223[[package]]
@@ -2121,6 +2129,7 @@ dependencies = [
2121"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" 2129"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
2122"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" 2130"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
2123"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 2131"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2132"checksum once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7a15c6c8c034b56d2f01b23b98cdbbb622f8de99efad0d93d8ea0e608b36a7e"
2124"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" 2133"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
2125"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" 2134"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
2126"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" 2135"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"