@@ -17,7 +17,7 @@ dependencies = [
17
17
name = " alloc"
18
18
version = " 0.0.0"
19
19
dependencies = [
20
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
20
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
21
21
" core 0.0.0" ,
22
22
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
23
23
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -44,6 +44,11 @@ dependencies = [
44
44
" ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
45
45
]
46
46
47
+ [[package ]]
48
+ name = " annotate-snippets"
49
+ version = " 0.6.1"
50
+ source = " registry+https://github.com/rust-lang/crates.io-index"
51
+
47
52
[[package ]]
48
53
name = " ansi_term"
49
54
version = " 0.11.0"
@@ -97,32 +102,26 @@ dependencies = [
97
102
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
98
103
]
99
104
100
- [[package ]]
101
- name = " autocfg"
102
- version = " 0.1.4"
103
- source = " registry+https://github.com/rust-lang/crates.io-index"
104
-
105
105
[[package ]]
106
106
name = " backtrace"
107
- version = " 0.3.29 "
107
+ version = " 0.3.33 "
108
108
source = " registry+https://github.com/rust-lang/crates.io-index"
109
109
dependencies = [
110
- " autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
111
- " backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
110
+ " backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" ,
112
111
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
113
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
112
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
114
113
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
115
114
" rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
116
115
" rustc-std-workspace-core 1.0.0" ,
117
116
]
118
117
119
118
[[package ]]
120
119
name = " backtrace-sys"
121
- version = " 0.1.27 "
120
+ version = " 0.1.30 "
122
121
source = " registry+https://github.com/rust-lang/crates.io-index"
123
122
dependencies = [
124
123
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
125
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
124
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
126
125
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
127
126
" rustc-std-workspace-core 1.0.0" ,
128
127
]
@@ -335,7 +334,7 @@ name = "cfg-if"
335
334
version = " 0.1.8"
336
335
source = " registry+https://github.com/rust-lang/crates.io-index"
337
336
dependencies = [
338
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
337
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
339
338
" rustc-std-workspace-core 1.0.0" ,
340
339
]
341
340
@@ -464,7 +463,7 @@ dependencies = [
464
463
465
464
[[package ]]
466
465
name = " compiler_builtins"
467
- version = " 0.1.17 "
466
+ version = " 0.1.18 "
468
467
source = " registry+https://github.com/rust-lang/crates.io-index"
469
468
dependencies = [
470
469
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -795,7 +794,7 @@ name = "dlmalloc"
795
794
version = " 0.1.3"
796
795
source = " registry+https://github.com/rust-lang/crates.io-index"
797
796
dependencies = [
798
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
797
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
799
798
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
800
799
" rustc-std-workspace-core 1.0.0" ,
801
800
]
@@ -868,7 +867,7 @@ name = "error-chain"
868
867
version = " 0.12.0"
869
868
source = " registry+https://github.com/rust-lang/crates.io-index"
870
869
dependencies = [
871
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
870
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
872
871
]
873
872
874
873
[[package ]]
@@ -883,7 +882,7 @@ name = "failure"
883
882
version = " 0.1.5"
884
883
source = " registry+https://github.com/rust-lang/crates.io-index"
885
884
dependencies = [
886
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
885
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
887
886
" failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
888
887
]
889
888
@@ -960,7 +959,7 @@ name = "fortanix-sgx-abi"
960
959
version = " 0.3.2"
961
960
source = " registry+https://github.com/rust-lang/crates.io-index"
962
961
dependencies = [
963
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
962
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
964
963
" rustc-std-workspace-core 1.0.0" ,
965
964
]
966
965
@@ -1137,7 +1136,7 @@ name = "hashbrown"
1137
1136
version = " 0.4.0"
1138
1137
source = " registry+https://github.com/rust-lang/crates.io-index"
1139
1138
dependencies = [
1140
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1139
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1141
1140
" rustc-std-workspace-alloc 1.0.0" ,
1142
1141
" rustc-std-workspace-core 1.0.0" ,
1143
1142
]
@@ -1955,7 +1954,7 @@ dependencies = [
1955
1954
name = " panic_abort"
1956
1955
version = " 0.0.0"
1957
1956
dependencies = [
1958
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1957
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1959
1958
" core 0.0.0" ,
1960
1959
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1961
1960
]
@@ -1966,7 +1965,7 @@ version = "0.0.0"
1966
1965
dependencies = [
1967
1966
" alloc 0.0.0" ,
1968
1967
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1968
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1970
1969
" core 0.0.0" ,
1971
1970
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1972
1971
" unwind 0.0.0" ,
@@ -2137,7 +2136,7 @@ name = "profiler_builtins"
2137
2136
version = " 0.0.0"
2138
2137
dependencies = [
2139
2138
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
2140
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2139
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2141
2140
" core 0.0.0" ,
2142
2141
]
2143
2142
@@ -2513,7 +2512,7 @@ name = "rustc"
2513
2512
version = " 0.0.0"
2514
2513
dependencies = [
2515
2514
" arena 0.0.0" ,
2516
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
2515
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2517
2516
" bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2518
2517
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2519
2518
" chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2674,7 +2673,7 @@ name = "rustc-demangle"
2674
2673
version = " 0.1.15"
2675
2674
source = " registry+https://github.com/rust-lang/crates.io-index"
2676
2675
dependencies = [
2677
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2676
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2678
2677
" rustc-std-workspace-core 1.0.0" ,
2679
2678
]
2680
2679
@@ -2766,7 +2765,7 @@ dependencies = [
2766
2765
" alloc 0.0.0" ,
2767
2766
" build_helper 0.1.0" ,
2768
2767
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2769
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2768
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2770
2769
" core 0.0.0" ,
2771
2770
]
2772
2771
@@ -2895,7 +2894,7 @@ dependencies = [
2895
2894
name = " rustc_errors"
2896
2895
version = " 0.0.0"
2897
2896
dependencies = [
2898
- " annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2897
+ " annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2899
2898
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2900
2899
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2901
2900
" rustc_data_structures 0.0.0" ,
@@ -2988,7 +2987,7 @@ dependencies = [
2988
2987
" alloc 0.0.0" ,
2989
2988
" build_helper 0.1.0" ,
2990
2989
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2991
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2990
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2992
2991
" core 0.0.0" ,
2993
2992
]
2994
2993
@@ -3051,7 +3050,7 @@ dependencies = [
3051
3050
" alloc 0.0.0" ,
3052
3051
" build_helper 0.1.0" ,
3053
3052
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3054
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3053
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3055
3054
" core 0.0.0" ,
3056
3055
]
3057
3056
@@ -3169,7 +3168,7 @@ dependencies = [
3169
3168
" alloc 0.0.0" ,
3170
3169
" build_helper 0.1.0" ,
3171
3170
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3172
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3171
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3173
3172
" core 0.0.0" ,
3174
3173
]
3175
3174
@@ -3473,10 +3472,10 @@ name = "std"
3473
3472
version = " 0.0.0"
3474
3473
dependencies = [
3475
3474
" alloc 0.0.0" ,
3476
- " backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
3475
+ " backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
3477
3476
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3478
3477
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3479
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3478
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3480
3479
" core 0.0.0" ,
3481
3480
" dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3482
3481
" fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4103,7 +4102,7 @@ version = "0.0.0"
4103
4102
dependencies = [
4104
4103
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
4105
4104
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
4106
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
4105
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
4107
4106
" core 0.0.0" ,
4108
4107
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
4109
4108
]
@@ -4284,15 +4283,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4284
4283
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
4285
4284
"checksum ammonia 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 384d704f242a0a9faf793fff775a0be6ab9aa27edabffa097331d73779142520"
4286
4285
"checksum annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " e8bcdcd5b291ce85a78f2b9d082a8de9676c12b1840d386d67bc5eea6f9d2b4e"
4286
+ "checksum annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = " c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
4287
4287
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
4288
4288
"checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
4289
4289
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
4290
4290
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
4291
4291
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
4292
4292
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4293
- "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
4294
- "checksum backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" = " 2d631cd7af21b7ff796293f1990104e3cdb606852863bac32f000c193aa35dfb"
4295
- "checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
4293
+ "checksum backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" = " 88fb679bc9af8fa639198790a77f52d345fe13656c08b43afa9424c206b731c6"
4294
+ "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = " 5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
4296
4295
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
4297
4296
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
4298
4297
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = " 5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
@@ -4317,7 +4316,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4317
4316
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
4318
4317
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
4319
4318
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4320
- "checksum compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = " ad9b4731b9e701aefe9e6bd1e9173f30526661508f9aaadaa5caec25ddf95585 "
4319
+ "checksum compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = " ef1c086a06d6f52f9c0d50cacdc021bfb6034ddeec9fb7e62f099f13f65472f4 "
4321
4320
"checksum compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = " f40ecc9332b68270998995c00f8051ee856121764a0d3230e64c9efd059d27b6"
4322
4321
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
4323
4322
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
0 commit comments