Skip to content

Commit

Permalink
third-party/rust: update lsp-types, lsp-server, and lsp-document
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D48163545

fbshipit-source-id: 44f56ace467cd1978ada5329503fa06d140f8a6d
  • Loading branch information
davidbarsky authored and facebook-github-bot committed Aug 11, 2023
1 parent 95ec269 commit e0fb6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ colored = "1.9"
indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
intern = { path = "../intern" }
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
lsp-types = "0.93.2"
lsp-types = "0.94.1"
md-5 = "0.10"
rayon = "1.2"
serde = { version = "1.0.176", features = ["derive", "rc"] }
Expand Down
4 changes: 2 additions & 2 deletions compiler/crates/relay-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ graphql-watchman = { path = "../graphql-watchman" }
intern = { path = "../intern" }
itertools = "0.10.3"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
lsp-server = "0.5.2"
lsp-types = "0.93.2"
lsp-server = "0.7.2"
lsp-types = "0.94.1"
percent-encoding = "2.1"
rand = { version = "0.8", features = ["small_rng"] }
rayon = "1.2"
Expand Down

0 comments on commit e0fb6f8

Please sign in to comment.