aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <[email protected]>2018-12-27 13:14:24 +0000
committerdependabot[bot] <[email protected]>2018-12-27 13:14:24 +0000
commit4017966a0b9b76e5dfae6bbac398c277a3ea98ad (patch)
treefa1a5e9169b3c7e7ccb1a1a9faa97aa94225df01
parentd8bfad9e926636b7fe2a6aec28760508ffd47fdb (diff)
Bump parking_lot from 0.6.4 to 0.7.0
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.6.4 to 0.7.0. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/commits) Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock8
-rw-r--r--crates/ra_analysis/Cargo.toml2
-rw-r--r--crates/ra_db/Cargo.toml2
-rw-r--r--crates/ra_hir/Cargo.toml2
-rw-r--r--crates/ra_syntax/Cargo.toml2
5 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84d49ad3f..a07791740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,7 @@ version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 680 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
681 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 681 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
682 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 682 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
683 "ra_db 0.1.0", 683 "ra_db 0.1.0",
684 "ra_editor 0.1.0", 684 "ra_editor 0.1.0",
685 "ra_hir 0.1.0", 685 "ra_hir 0.1.0",
@@ -709,7 +709,7 @@ name = "ra_db"
709version = "0.1.0" 709version = "0.1.0"
710dependencies = [ 710dependencies = [
711 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", 711 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
712 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 712 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
713 "ra_editor 0.1.0", 713 "ra_editor 0.1.0",
714 "ra_syntax 0.1.0", 714 "ra_syntax 0.1.0",
715 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 715 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -740,7 +740,7 @@ dependencies = [
740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
743 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 743 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
744 "ra_db 0.1.0", 744 "ra_db 0.1.0",
745 "ra_editor 0.1.0", 745 "ra_editor 0.1.0",
746 "ra_syntax 0.1.0", 746 "ra_syntax 0.1.0",
@@ -792,7 +792,7 @@ dependencies = [
792 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 792 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
794 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 794 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
795 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 795 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
796 "ra_text_edit 0.1.0", 796 "ra_text_edit 0.1.0",
797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
798 "test_utils 0.1.0", 798 "test_utils 0.1.0",
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml
index 4a7b99947..4db784538 100644
--- a/crates/ra_analysis/Cargo.toml
+++ b/crates/ra_analysis/Cargo.toml
@@ -11,7 +11,7 @@ rayon = "1.0.2"
11fst = "0.3.1" 11fst = "0.3.1"
12salsa = "0.8.0" 12salsa = "0.8.0"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14parking_lot = "0.6.4" 14parking_lot = "0.7.0"
15ra_syntax = { path = "../ra_syntax" } 15ra_syntax = { path = "../ra_syntax" }
16ra_editor = { path = "../ra_editor" } 16ra_editor = { path = "../ra_editor" }
17ra_text_edit = { path = "../ra_text_edit" } 17ra_text_edit = { path = "../ra_text_edit" }
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 4be32b5f3..1fefd8025 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -9,7 +9,7 @@ backtrace = "0.3.1"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10salsa = "0.8.0" 10salsa = "0.8.0"
11rustc-hash = "1.0" 11rustc-hash = "1.0"
12parking_lot = "0.6.4" 12parking_lot = "0.7.0"
13ra_syntax = { path = "../ra_syntax" } 13ra_syntax = { path = "../ra_syntax" }
14ra_editor = { path = "../ra_editor" } 14ra_editor = { path = "../ra_editor" }
15test_utils = { path = "../test_utils" } 15test_utils = { path = "../test_utils" }
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 1350d51da..d719d69a3 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -10,7 +10,7 @@ log = "0.4.5"
10relative-path = "0.4.0" 10relative-path = "0.4.0"
11salsa = "0.8.0" 11salsa = "0.8.0"
12rustc-hash = "1.0" 12rustc-hash = "1.0"
13parking_lot = "0.6.4" 13parking_lot = "0.7.0"
14id-arena = "2.0" 14id-arena = "2.0"
15ra_syntax = { path = "../ra_syntax" } 15ra_syntax = { path = "../ra_syntax" }
16ra_editor = { path = "../ra_editor" } 16ra_editor = { path = "../ra_editor" }
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 0c92b8407..fd6966d4a 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -12,7 +12,7 @@ arrayvec = "0.4.10"
12unicode-xid = "0.1.0" 12unicode-xid = "0.1.0"
13itertools = "0.8.0" 13itertools = "0.8.0"
14drop_bomb = "0.1.4" 14drop_bomb = "0.1.4"
15parking_lot = "0.6.0" 15parking_lot = "0.7.0"
16rowan = "0.1.2" 16rowan = "0.1.2"
17text_unit = "0.1.5" 17text_unit = "0.1.5"
18ra_text_edit = { path = "../ra_text_edit" } 18ra_text_edit = { path = "../ra_text_edit" }