diff options
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 4c2c2da7..c94e6502 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -76,6 +76,6 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] -smallvec = "1.8" +smallvec = "1.9" indoc = "1.0.6" tempfile = "3.3.0" |