From 6c9416fd59fe59c079ae363959ca359d07a70082 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Jul 2024 13:43:06 -0400 Subject: [PATCH] Increase tempfile dependency lower bound to 3.3.0 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a9a52a..3e70ff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ gpt = "3.0.0" once_cell = "1.19.0" serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.68" -tempfile = "3.2.0" +tempfile = "3.3.0"