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 bf2aeae1..b44e4c93 100644
--- a/helix-lsp-types/Cargo.toml
+++ b/helix-lsp-types/Cargo.toml
@@ -22,10 +22,10 @@ license = "MIT"
[dependencies]
bitflags = "2.6.0"
-serde = { version = "1.0.209", features = ["derive"] }
+serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
serde_repr = "0.1"
-url = {version = "2.0.0", features = ["serde"]}
+url = {version = "2.5.3", features = ["serde"]}
[features]
default = []