diff --git a/Cargo.lock b/Cargo.lock index d2c546a597b96bdd80e1ae41aacda1a70a27ee8b..e0fb29a92616fd5404716ce4c3a8a85bc3d6b77e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9720,7 +9720,7 @@ dependencies = [ [[package]] name = "lsp-types" version = "0.95.1" -source = "git+https://github.com/zed-industries/lsp-types?rev=fb6bcad59522455a041b7eb9579f706e5cfb2d6f#fb6bcad59522455a041b7eb9579f706e5cfb2d6f" +source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599" dependencies = [ "bitflags 1.3.2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3df9b505a0032ea0aafd7cdb9eca7d0707d5289a..b7693d5a2668bdb97b7863b3010fdbd002e5b323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -559,7 +559,7 @@ libc = "0.2" libsqlite3-sys = { version = "0.30.1", features = ["bundled"] } linkify = "0.10.0" log = { version = "0.4.16", features = ["kv_unstable_serde", "serde"] } -lsp-types = { git = "https://github.com/zed-industries/lsp-types", rev = "fb6bcad59522455a041b7eb9579f706e5cfb2d6f" } +lsp-types = { git = "https://github.com/zed-industries/lsp-types", rev = "a4f410987660bf560d1e617cb78117c6b6b9f599" } mach2 = "0.5" markup5ever_rcdom = "0.3.0" metal = "0.29"