diff --git a/Cargo.lock b/Cargo.lock index d475eac0b8438db29e9ff296994f3b2ea4c5ba77..c758bce1e17099cb26a5e10264dc206a0eadd442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10201,7 +10201,7 @@ dependencies = [ [[package]] name = "lsp-types" version = "0.95.1" -source = "git+https://github.com/zed-industries/lsp-types?rev=9bceaf7d06bd9394dc6ed002e27d306348d5b83d#9bceaf7d06bd9394dc6ed002e27d306348d5b83d" +source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8" dependencies = [ "bitflags 1.3.2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 99cfe573a4d9bfc09058de0d1db87e5656785471..514226cdc3ba1b418546dd565cc602467f87e540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -613,7 +613,7 @@ linkify = "0.10.0" libwebrtc = "0.3.26" livekit = { version = "0.7.32", features = ["tokio", "rustls-tls-native-roots"] } log = { version = "0.4.16", features = ["kv_unstable_serde", "serde"] } -lsp-types = { git = "https://github.com/zed-industries/lsp-types", rev = "9bceaf7d06bd9394dc6ed002e27d306348d5b83d" } +lsp-types = { git = "https://github.com/zed-industries/lsp-types", rev = "f4dfa89a21ca35cd929b70354b1583fabae325f8" } mach2 = "0.5" markup5ever_rcdom = "0.3.0" metal = "0.33"