Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 725a7754..6bbe1586 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -28,11 +28,11 @@ bitflags = "2.6" anyhow = "1" crossterm = { version = "0.28", optional = true } -tempfile = "3.13" +tempfile = "3.14" # Conversion traits once_cell = "1.20" -url = "2.5.2" +url = "2.5.3" arc-swap = { version = "1.7.1" } |