diff options
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0e0f1af81..2a12d9f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -447,9 +447,9 @@ dependencies = [ | |||
447 | 447 | ||
448 | [[package]] | 448 | [[package]] |
449 | name = "hermit-abi" | 449 | name = "hermit-abi" |
450 | version = "0.1.10" | 450 | version = "0.1.11" |
451 | source = "registry+https://github.com/rust-lang/crates.io-index" | 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
452 | checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e" | 452 | checksum = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15" |
453 | dependencies = [ | 453 | dependencies = [ |
454 | "libc", | 454 | "libc", |
455 | ] | 455 | ] |
@@ -594,15 +594,15 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | |||
594 | 594 | ||
595 | [[package]] | 595 | [[package]] |
596 | name = "libc" | 596 | name = "libc" |
597 | version = "0.2.68" | 597 | version = "0.2.69" |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" | 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
599 | checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" | 599 | checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" |
600 | 600 | ||
601 | [[package]] | 601 | [[package]] |
602 | name = "libloading" | 602 | name = "libloading" |
603 | version = "0.6.0" | 603 | version = "0.6.1" |
604 | source = "registry+https://github.com/rust-lang/crates.io-index" | 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
605 | checksum = "2c979a19ffb457f0273965c333053f3d586bf759bf7b683fbebc37f9a9ebedc4" | 605 | checksum = "3c4f51b790f5bdb65acb4cc94bb81d7b2ee60348a5431ac1467d390b017600b0" |
606 | dependencies = [ | 606 | dependencies = [ |
607 | "winapi 0.3.8", | 607 | "winapi 0.3.8", |
608 | ] | 608 | ] |
@@ -758,9 +758,9 @@ dependencies = [ | |||
758 | 758 | ||
759 | [[package]] | 759 | [[package]] |
760 | name = "num_cpus" | 760 | name = "num_cpus" |
761 | version = "1.12.0" | 761 | version = "1.13.0" |
762 | source = "registry+https://github.com/rust-lang/crates.io-index" | 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
763 | checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | 763 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
764 | dependencies = [ | 764 | dependencies = [ |
765 | "hermit-abi", | 765 | "hermit-abi", |
766 | "libc", | 766 | "libc", |
@@ -780,9 +780,9 @@ checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | |||
780 | 780 | ||
781 | [[package]] | 781 | [[package]] |
782 | name = "parking_lot" | 782 | name = "parking_lot" |
783 | version = "0.10.1" | 783 | version = "0.10.2" |
784 | source = "registry+https://github.com/rust-lang/crates.io-index" | 784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
785 | checksum = "6fdfcb5f20930a79e326f7ec992a9fdb5b7bd809254b1e735bdd5a99f78bee0d" | 785 | checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
786 | dependencies = [ | 786 | dependencies = [ |
787 | "lock_api", | 787 | "lock_api", |
788 | "parking_lot_core", | 788 | "parking_lot_core", |