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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp-types/Cargo.toml b/helix-lsp-types/Cargo.toml
index d3a81736..cca7d89a 100644
--- a/helix-lsp-types/Cargo.toml
+++ b/helix-lsp-types/Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT"
[dependencies]
bitflags.workspace = true
-serde = { version = "1.0.224", features = ["derive"] }
+serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
url = {version = "2.5.4", features = ["serde"]}