Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 6f71fa05..82e5fd92 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -28,7 +28,7 @@ bitflags = "2.6"
anyhow = "1"
crossterm = { version = "0.28", optional = true }
-tempfile = "3.14"
+tempfile.workspace = true
# Conversion traits
once_cell = "1.20"