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 2c042ac commit ed7cda1Copy full SHA for ed7cda1
helix-core/Cargo.toml
@@ -30,7 +30,7 @@ unicode-segmentation.workspace = true
30
# For now lets lock the version to avoid rendering glitches
31
# when installing without `--locked`
32
unicode-width = "=0.1.12"
33
-unicode-general-category = "1.0"
+unicode-general-category = "1.1"
34
slotmap.workspace = true
35
tree-house.workspace = true
36
once_cell = "1.21"
helix-lsp-types/Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT"
22
23
[dependencies]
24
bitflags.workspace = true
25
-serde = { version = "1.0.224", features = ["derive"] }
+serde = { version = "1.0.226", features = ["derive"] }
26
serde_json = "1.0.145"
27
url = {version = "2.5.4", features = ["serde"]}
28
0 commit comments