We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1677a6 commit fc85ea9Copy full SHA for fc85ea9
Cargo.toml
@@ -24,8 +24,8 @@ serde = { version = "1.0.219", features = ["derive"] }
24
serde_json = "1.0.140"
25
tempfile = "3.20.0"
26
tokio = { version = "1.45.0", features = ["full"] }
27
-toml = "0.8.22"
28
-tower-lsp-server = { version = "0.21.1", features = ["proposed"] }
+toml = "0.9.2"
+tower-lsp-server = { version = "0.22.0", features = ["proposed"] }
29
thiserror = "2.0.12"
30
which = "8.0.0"
31
0 commit comments