Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 4309cc14..4e825364 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -30,9 +30,9 @@ unicode-segmentation.workspace = true
# For now lets lock the version to avoid rendering glitches
# when installing without `--locked`
unicode-width = "=0.1.12"
-unicode-general-category = "1.1"
+unicode-general-category = "1.0"
slotmap.workspace = true
-tree-house = { workspace = true, features = ["fixtures"] }
+tree-house.workspace = true
once_cell = "1.21"
arc-swap = "1"
regex = "1"
@@ -44,7 +44,7 @@ log = "0.4"
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-toml.workspace = true
+toml = "0.8"
imara-diff = "0.2.0"
encoding_rs = "0.8"
@@ -55,7 +55,7 @@ textwrap = "0.16.2"
nucleo.workspace = true
parking_lot.workspace = true
-globset.workspace = true
+globset = "0.4.16"
regex-cursor = "0.1.5"
[dev-dependencies]