diff options
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 1a103265..593f00e0 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -19,7 +19,7 @@ helix-lsp = { path = "../helix-lsp"} # Conversion traits tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"], optional = true } crossterm = { version = "0.20", features = ["event-stream"], optional = true } -once_cell = "1.4" +once_cell = "1.8" url = "2" tokio = { version = "1", features = ["full"] } |