aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-11-26 12:29:28 +0000
committerJeremy Kolb <[email protected]>2019-11-26 12:29:28 +0000
commit8b1f2cd14eded9c2e37f6969a755541f843552b5 (patch)
tree069046446a7e8ba4356637adf05051473fab47af /crates/ra_hir
parent6e36eadd261b1f7765bef32ec74899003c5c3517 (diff)
Update parking_lot and smallvec to drop some dependencies
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index f72574485..16bd4bafc 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11arrayvec = "0.5.1" 11arrayvec = "0.5.1"
12log = "0.4.5" 12log = "0.4.5"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14parking_lot = "0.9.0" 14parking_lot = "0.10.0"
15ena = "0.13" 15ena = "0.13"
16once_cell = "1.0.1" 16once_cell = "1.0.1"
17 17