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 308edad6..36ca6ac7 100644
--- a/helix-lsp-types/Cargo.toml
+++ b/helix-lsp-types/Cargo.toml
@@ -23,7 +23,7 @@ license = "MIT"
[dependencies]
bitflags = "2.6.0"
serde = { version = "1.0.216", features = ["derive"] }
-serde_json = "1.0.133"
+serde_json = "1.0.134"
serde_repr = "0.1"
url = {version = "2.5.4", features = ["serde"]}