aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBenoît CORTIER2021-06-18 12:55:34 +0000
committerBlaž Hrastnik2021-06-18 13:56:36 +0000
commitb0522239e750d86432ab53e32aeb1fde99474239 (patch)
tree11b5a494b3c2b23beabb7e8478425c857fbcea81 /helix-core
parent0151826233e301092e05b156a6172e2d3cde5118 (diff)
Update ropey dependency to 1.3
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index f8e15bd7..0f532f5b 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -14,7 +14,7 @@ embed_runtime = ["rust-embed"]
[dependencies]
helix-syntax = { path = "../helix-syntax" }
-ropey = "1.2"
+ropey = "1.3"
smallvec = "1.4"
tendril = "0.4.2"
unicode-segmentation = "1.7.1"