aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2022-10-03 23:38:24 +0000
committerGitHub2022-10-03 23:38:24 +0000
commit7c33b9c76d2e6c336480530e5e8e8184153c29da (patch)
tree4acaf94025d8cba5c0853e4a5a3a94ec1cbe8e89 /helix-term/Cargo.toml
parent27b70696df78430c5596cb7681be496ac305ec05 (diff)
build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index ac50b610..30de5589 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -74,6 +74,6 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
helix-loader = { version = "0.6", path = "../helix-loader" }
[dev-dependencies]
-smallvec = "1.9"
+smallvec = "1.10"
indoc = "1.0.6"
tempfile = "3.3.0"