aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorKirawi2024-01-17 00:32:05 +0000
committerGitHub2024-01-17 00:32:05 +0000
commit44cb8e547550648bf942b452acaac0268e30afa9 (patch)
tree94533f0112540a82c8b3d80b73714806c0e1a9a9 /helix-core/Cargo.toml
parenteef46b1aeda8b7061657622c19867663193ecb4c (diff)
update tempfile dev-dependency to 3.9 (#9359)
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index eb14cda6..07c801b8 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -55,4 +55,4 @@ parking_lot = "0.12"
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
indoc = "2.0.4"
-tempfile = "3.7.0"
+tempfile = "3.9"