Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/Cargo.toml')
-rw-r--r--helix-lsp-types/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-lsp-types/Cargo.toml b/helix-lsp-types/Cargo.toml
index 26f004b2..b7033d15 100644
--- a/helix-lsp-types/Cargo.toml
+++ b/helix-lsp-types/Cargo.toml
@@ -22,8 +22,8 @@ license = "MIT"
[dependencies]
bitflags.workspace = true
-serde = { version = "1.0.228", features = ["derive"] }
-serde_json = "1.0.145"
+serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"
url = {version = "2.5.4", features = ["serde"]}
[features]