Skip to content

Commit 0e9fff5

Browse files
committed
Update smallvec and new debug unreachable
1 parent 05083c2 commit 0e9fff5

File tree

1 file changed

+28
-49
lines changed

1 file changed

+28
-49
lines changed

Cargo.lock

+28-49
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ name = "arena"
7070
version = "0.0.0"
7171
dependencies = [
7272
"rustc_data_structures 0.0.0",
73-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
73+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
7474
]
7575

7676
[[package]]
@@ -438,7 +438,7 @@ dependencies = [
438438
"regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
439439
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
440440
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
441-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
441+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
442442
"toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
443443
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
444444
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -594,7 +594,7 @@ version = "0.3.8"
594594
source = "registry+https://github.com/rust-lang/crates.io-index"
595595
dependencies = [
596596
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
597-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
597+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
598598
]
599599

600600
[[package]]
@@ -980,7 +980,7 @@ version = "0.1.4"
980980
source = "registry+https://github.com/rust-lang/crates.io-index"
981981
dependencies = [
982982
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
983-
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
983+
"new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
984984
]
985985

986986
[[package]]
@@ -1678,11 +1678,8 @@ dependencies = [
16781678

16791679
[[package]]
16801680
name = "new_debug_unreachable"
1681-
version = "1.0.1"
1681+
version = "1.0.3"
16821682
source = "registry+https://github.com/rust-lang/crates.io-index"
1683-
dependencies = [
1684-
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1685-
]
16861683

16871684
[[package]]
16881685
name = "nodrop"
@@ -1836,7 +1833,7 @@ dependencies = [
18361833
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
18371834
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
18381835
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1839-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1836+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
18401837
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
18411838
]
18421839

@@ -2399,7 +2396,7 @@ dependencies = [
23992396
"rustc_target 0.0.0",
24002397
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
24012398
"serialize 0.0.0",
2402-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2399+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
24032400
"syntax 0.0.0",
24042401
"syntax_pos 0.0.0",
24052402
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2445,7 +2442,7 @@ dependencies = [
24452442
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
24462443
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
24472444
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2448-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2445+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
24492446
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24502447
]
24512448

@@ -2481,7 +2478,7 @@ name = "rustc-ap-serialize"
24812478
version = "407.0.0"
24822479
source = "registry+https://github.com/rust-lang/crates.io-index"
24832480
dependencies = [
2484-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2481+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
24852482
]
24862483

24872484
[[package]]
@@ -2497,7 +2494,7 @@ dependencies = [
24972494
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
24982495
"rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
24992496
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2500-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2497+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
25012498
]
25022499

25032500
[[package]]
@@ -2611,7 +2608,7 @@ dependencies = [
26112608
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
26122609
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
26132610
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
2614-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2611+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
26152612
"syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
26162613
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
26172614
]
@@ -2625,7 +2622,7 @@ dependencies = [
26252622
"rustc_data_structures 0.0.0",
26262623
"rustc_errors 0.0.0",
26272624
"rustc_target 0.0.0",
2628-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2625+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
26292626
"syntax 0.0.0",
26302627
"syntax_pos 0.0.0",
26312628
]
@@ -2636,7 +2633,7 @@ version = "0.0.0"
26362633
dependencies = [
26372634
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
26382635
"rustc_cratesio_shim 0.0.0",
2639-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2636+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
26402637
]
26412638

26422639
[[package]]
@@ -2745,7 +2742,7 @@ dependencies = [
27452742
"rustc-rayon-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
27462743
"rustc_cratesio_shim 0.0.0",
27472744
"serialize 0.0.0",
2748-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2745+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
27492746
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
27502747
]
27512748

@@ -2779,7 +2776,7 @@ dependencies = [
27792776
"rustc_typeck 0.0.0",
27802777
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
27812778
"serialize 0.0.0",
2782-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2779+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
27832780
"syntax 0.0.0",
27842781
"syntax_ext 0.0.0",
27852782
"syntax_pos 0.0.0",
@@ -2844,7 +2841,7 @@ dependencies = [
28442841
"rustc_typeck 0.0.0",
28452842
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
28462843
"serialize 0.0.0",
2847-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2844+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
28482845
"syntax 0.0.0",
28492846
"syntax_ext 0.0.0",
28502847
"syntax_pos 0.0.0",
@@ -2905,7 +2902,7 @@ dependencies = [
29052902
"rustc_errors 0.0.0",
29062903
"rustc_target 0.0.0",
29072904
"serialize 0.0.0",
2908-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2905+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
29092906
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
29102907
"syntax 0.0.0",
29112908
"syntax_ext 0.0.0",
@@ -2929,7 +2926,7 @@ dependencies = [
29292926
"rustc_errors 0.0.0",
29302927
"rustc_target 0.0.0",
29312928
"serialize 0.0.0",
2932-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2929+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
29332930
"syntax 0.0.0",
29342931
"syntax_pos 0.0.0",
29352932
]
@@ -2994,7 +2991,7 @@ dependencies = [
29942991
"rustc_data_structures 0.0.0",
29952992
"rustc_errors 0.0.0",
29962993
"rustc_metadata 0.0.0",
2997-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2994+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
29982995
"syntax 0.0.0",
29992996
"syntax_pos 0.0.0",
30002997
]
@@ -3048,7 +3045,7 @@ dependencies = [
30483045
"rustc 0.0.0",
30493046
"rustc_data_structures 0.0.0",
30503047
"rustc_target 0.0.0",
3051-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3048+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
30523049
"syntax 0.0.0",
30533050
"syntax_pos 0.0.0",
30543051
]
@@ -3074,7 +3071,7 @@ dependencies = [
30743071
"rustc_data_structures 0.0.0",
30753072
"rustc_errors 0.0.0",
30763073
"rustc_target 0.0.0",
3077-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3074+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
30783075
"syntax 0.0.0",
30793076
"syntax_pos 0.0.0",
30803077
]
@@ -3256,7 +3253,7 @@ name = "serialize"
32563253
version = "0.0.0"
32573254
dependencies = [
32583255
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
3259-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3256+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
32603257
]
32613258

32623259
[[package]]
@@ -3309,11 +3306,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33093306

33103307
[[package]]
33113308
name = "smallvec"
3312-
version = "0.6.7"
3309+
version = "0.6.10"
33133310
source = "registry+https://github.com/rust-lang/crates.io-index"
3314-
dependencies = [
3315-
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3316-
]
33173311

33183312
[[package]]
33193313
name = "socket2"
@@ -3361,7 +3355,7 @@ version = "0.7.3"
33613355
source = "registry+https://github.com/rust-lang/crates.io-index"
33623356
dependencies = [
33633357
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3364-
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3358+
"new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
33653359
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
33663360
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
33673361
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3467,7 +3461,7 @@ dependencies = [
34673461
"rustc_target 0.0.0",
34683462
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
34693463
"serialize 0.0.0",
3470-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3464+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
34713465
"syntax_pos 0.0.0",
34723466
]
34733467

@@ -3480,7 +3474,7 @@ dependencies = [
34803474
"rustc_data_structures 0.0.0",
34813475
"rustc_errors 0.0.0",
34823476
"rustc_target 0.0.0",
3483-
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3477+
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
34843478
"syntax 0.0.0",
34853479
"syntax_pos 0.0.0",
34863480
]
@@ -3915,14 +3909,6 @@ name = "unicode_categories"
39153909
version = "0.1.1"
39163910
source = "registry+https://github.com/rust-lang/crates.io-index"
39173911

3918-
[[package]]
3919-
name = "unreachable"
3920-
version = "1.0.0"
3921-
source = "registry+https://github.com/rust-lang/crates.io-index"
3922-
dependencies = [
3923-
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
3924-
]
3925-
39263912
[[package]]
39273913
name = "unstable-book-gen"
39283914
version = "0.1.0"
@@ -4000,11 +3986,6 @@ name = "version_check"
40003986
version = "0.1.5"
40013987
source = "registry+https://github.com/rust-lang/crates.io-index"
40023988

4003-
[[package]]
4004-
name = "void"
4005-
version = "1.0.2"
4006-
source = "registry+https://github.com/rust-lang/crates.io-index"
4007-
40083989
[[package]]
40093990
name = "vte"
40103991
version = "0.3.3"
@@ -4266,7 +4247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
42664247
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
42674248
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
42684249
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
4269-
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
4250+
"checksum new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
42704251
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
42714252
"checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
42724253
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
@@ -4373,7 +4354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
43734354
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
43744355
"checksum sized-chunks 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2a2eb3fe454976eefb479f78f9b394d34d661b647c6326a3a6e66f68bb12c26"
43754356
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4376-
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4357+
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
43774358
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
43784359
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
43794360
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
@@ -4427,7 +4408,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44274408
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
44284409
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
44294410
"checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
4430-
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
44314411
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
44324412
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
44334413
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
@@ -4437,7 +4417,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44374417
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
44384418
"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
44394419
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
4440-
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
44414420
"checksum vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
44424421
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
44434422
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"

0 commit comments

Comments
 (0)