Skip to content

Commit 8b1f2cd

Browse files
committed
Update parking_lot and smallvec to drop some dependencies
1 parent 6e36ead commit 8b1f2cd

File tree

3 files changed

+7
-48
lines changed

3 files changed

+7
-48
lines changed

Cargo.lock

Lines changed: 5 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111
arrayvec = "0.5.1"
1212
log = "0.4.5"
1313
rustc-hash = "1.0"
14-
parking_lot = "0.9.0"
14+
parking_lot = "0.10.0"
1515
ena = "0.13"
1616
once_cell = "1.0.1"
1717

crates/ra_lsp_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ flexi_logger = "0.14.0"
1717
log = "0.4.3"
1818
lsp-types = { version = "0.61.0", features = ["proposed"] }
1919
rustc-hash = "1.0"
20-
parking_lot = "0.9.0"
20+
parking_lot = "0.10.0"
2121
jod-thread = "0.1.0"
2222
ra_vfs = "0.5.0"
2323
ra_syntax = { path = "../ra_syntax" }

0 commit comments

Comments
 (0)