From 180f4b48964a1fe6bdd7c49cf6d197071bee2e9b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 24 Aug 2023 15:30:09 +0700 Subject: [PATCH] deps: Allow `tempfile` to update past 3.5.0 (#708) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42656b44..2d00c099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ default-features = false features = ["svg_backend", "area_series", "line_series"] [dev-dependencies] -tempfile = "~3.5.0" +tempfile = "3.5.0" approx = "0.5.0" quickcheck = { version = "1.0", default-features = false } rand = "0.8"