diff options
Diffstat (limited to 'helix-view')
-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 13d5da0e..35d23258 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -24,7 +24,7 @@ crossterm = { version = "0.25", optional = true } helix-vcs = { version = "0.6", path = "../helix-vcs" } # Conversion traits -once_cell = "1.16" +once_cell = "1.17" url = "2" arc-swap = { version = "1.5.1" } |