diff options
author | dependabot[bot] | 2024-01-23 14:19:36 +0000 |
---|---|---|
committer | GitHub | 2024-01-23 14:19:36 +0000 |
commit | cbd8602018efd90506fe684ea58a35dd4b40518f (patch) | |
tree | d10363aeb9e883c7441715a44b9deaa4dcb52c4b /helix-term/Cargo.toml | |
parent | 4168864572ac29c64d82031ba9edfbda0a521839 (diff) |
build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405)
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 7bdd433e..683d6dc5 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -83,6 +83,6 @@ crossterm = { version = "0.27", features = ["event-stream", "use-dev-tty"] } helix-loader = { path = "../helix-loader" } [dev-dependencies] -smallvec = "1.12" +smallvec = "1.13" indoc = "2.0.4" tempfile = "3.9.0" |