aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-10-09 13:03:46 +0000
committerDmitry Sharshakov2021-10-09 13:03:46 +0000
commit48cb81eff13f3f33d85f3bff731df4f9db1e4659 (patch)
tree4bdb24ab41495e99271a7419d8bcbc9569b9a3b9 /helix-core
parent814dcfa8d234e5031313b050b851641da8e6359b (diff)
parent8925fdd6f3afa3532c928a5c6e1357bc15201d8a (diff)
Merge branch 'master' into debug
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index e6843375..27adceb2 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -17,7 +17,7 @@ helix-syntax = { version = "0.4", path = "../helix-syntax" }
helix-dap = { version = "0.4", path = "../helix-dap" }
ropey = "1.3"
-smallvec = "1.4"
+smallvec = "1.7"
tendril = "0.4.2"
unicode-segmentation = "1.8"
unicode-width = "0.1"
@@ -31,7 +31,7 @@ regex = "1"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
-similar = "2.0"
+similar = "2.1"
etcetera = "0.3"