Bump deps

This commit is contained in:
Laurențiu Nicola 2022-04-17 19:36:08 +03:00
parent a45a63e577
commit 117f902d55
3 changed files with 78 additions and 68 deletions

View file

@ -22,7 +22,7 @@ anyhow = "1.0.56"
crossbeam-channel = "0.5.4"
dissimilar = "1.0.3"
itertools = "0.10.3"
lsp-types = { version = "0.92.1", features = ["proposed"] }
lsp-types = { version = "0.93", features = ["proposed"] }
parking_lot = "0.12.0"
xflags = "0.2.4"
oorandom = "11.1.3"

View file

@ -466,6 +466,7 @@ pub(crate) fn inlay_hint(
InlayKind::ImplicitReborrow => false,
}),
text_edits: None,
data: None,
}
}