@@ -590,7 +590,7 @@ name = "crossbeam-deque"
590
590
version = " 0.6.3"
591
591
source = " registry+https://github.com/rust-lang/crates.io-index"
592
592
dependencies = [
593
- " crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
593
+ " crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
594
594
" crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
595
595
]
596
596
@@ -610,15 +610,15 @@ dependencies = [
610
610
611
611
[[package ]]
612
612
name = " crossbeam-epoch"
613
- version = " 0.7.0 "
613
+ version = " 0.7.2 "
614
614
source = " registry+https://github.com/rust-lang/crates.io-index"
615
615
dependencies = [
616
616
" arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
617
617
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
618
618
" crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
619
619
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
620
- " memoffset 0.2 .1 (registry+https://github.com/rust-lang/crates.io-index)" ,
621
- " scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
620
+ " memoffset 0.5 .1 (registry+https://github.com/rust-lang/crates.io-index)" ,
621
+ " scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
622
622
]
623
623
624
624
[[package ]]
@@ -1671,6 +1671,14 @@ name = "memoffset"
1671
1671
version = " 0.2.1"
1672
1672
source = " registry+https://github.com/rust-lang/crates.io-index"
1673
1673
1674
+ [[package ]]
1675
+ name = " memoffset"
1676
+ version = " 0.5.1"
1677
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1678
+ dependencies = [
1679
+ " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1680
+ ]
1681
+
1674
1682
[[package ]]
1675
1683
name = " mime"
1676
1684
version = " 0.3.13"
@@ -3298,6 +3306,11 @@ name = "scopeguard"
3298
3306
version = " 0.3.3"
3299
3307
source = " registry+https://github.com/rust-lang/crates.io-index"
3300
3308
3309
+ [[package ]]
3310
+ name = " scopeguard"
3311
+ version = " 1.0.0"
3312
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3313
+
3301
3314
[[package ]]
3302
3315
name = " security-framework"
3303
3316
version = " 0.3.1"
@@ -4316,7 +4329,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4316
4329
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
4317
4330
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
4318
4331
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
4319
- "checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c "
4332
+ "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = " fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9 "
4320
4333
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
4321
4334
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
4322
4335
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = " f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
@@ -4426,6 +4439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4426
4439
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
4427
4440
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
4428
4441
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
4442
+ "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
4429
4443
"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
4430
4444
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
4431
4445
"checksum minifier 0.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = " 4c909e78edf61f3aa0dd2086da168cdf304329044bbf248768ca3d20253ec8c0"
@@ -4528,6 +4542,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4528
4542
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4529
4543
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = " 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
4530
4544
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
4545
+ "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
4531
4546
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
4532
4547
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
4533
4548
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
0 commit comments