aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock27
1 files changed, 17 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f695a7f2c..975c1aef8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -614,9 +614,9 @@ checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
614 614
615[[package]] 615[[package]]
616name = "lock_api" 616name = "lock_api"
617version = "0.3.3" 617version = "0.3.4"
618source = "registry+https://github.com/rust-lang/crates.io-index" 618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" 619checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
620dependencies = [ 620dependencies = [
621 "scopeguard", 621 "scopeguard",
622] 622]
@@ -779,9 +779,9 @@ checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
779 779
780[[package]] 780[[package]]
781name = "parking_lot" 781name = "parking_lot"
782version = "0.10.0" 782version = "0.10.1"
783source = "registry+https://github.com/rust-lang/crates.io-index" 783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" 784checksum = "6fdfcb5f20930a79e326f7ec992a9fdb5b7bd809254b1e735bdd5a99f78bee0d"
785dependencies = [ 785dependencies = [
786 "lock_api", 786 "lock_api",
787 "parking_lot_core", 787 "parking_lot_core",
@@ -789,9 +789,9 @@ dependencies = [
789 789
790[[package]] 790[[package]]
791name = "parking_lot_core" 791name = "parking_lot_core"
792version = "0.7.0" 792version = "0.7.1"
793source = "registry+https://github.com/rust-lang/crates.io-index" 793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" 794checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
795dependencies = [ 795dependencies = [
796 "cfg-if", 796 "cfg-if",
797 "cloudabi", 797 "cloudabi",
@@ -1021,6 +1021,7 @@ dependencies = [
1021 "ra_prof", 1021 "ra_prof",
1022 "ra_syntax", 1022 "ra_syntax",
1023 "rustc-hash", 1023 "rustc-hash",
1024 "scoped-tls",
1024 "smallvec", 1025 "smallvec",
1025 "stdx", 1026 "stdx",
1026 "test_utils", 1027 "test_utils",
@@ -1420,6 +1421,12 @@ dependencies = [
1420] 1421]
1421 1422
1422[[package]] 1423[[package]]
1424name = "scoped-tls"
1425version = "1.0.0"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
1428
1429[[package]]
1423name = "scopeguard" 1430name = "scopeguard"
1424version = "1.1.0" 1431version = "1.1.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index" 1432source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1523,9 +1530,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1523 1530
1524[[package]] 1531[[package]]
1525name = "smallvec" 1532name = "smallvec"
1526version = "1.2.0" 1533version = "1.3.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index" 1534source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" 1535checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
1529 1536
1530[[package]] 1537[[package]]
1531name = "smol_str" 1538name = "smol_str"
@@ -1573,9 +1580,9 @@ dependencies = [
1573 1580
1574[[package]] 1581[[package]]
1575name = "termios" 1582name = "termios"
1576version = "0.3.1" 1583version = "0.3.2"
1577source = "registry+https://github.com/rust-lang/crates.io-index" 1584source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" 1585checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
1579dependencies = [ 1586dependencies = [
1580 "libc", 1587 "libc",
1581] 1588]