From 44cb8e547550648bf942b452acaac0268e30afa9 Mon Sep 17 00:00:00 2001
From: Kirawi <67773714+kirawi@users.noreply.github.com>
Date: Tue, 16 Jan 2024 19:32:05 -0500
Subject: [PATCH] update tempfile dev-dependency to 3.9 (#9359)

---
 helix-core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"