From 597468a6cb4574b37a4de26761d2e7ac3e7fd900 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 16 Aug 2023 23:04:25 +0700 Subject: [PATCH] deps: Allow `tempfile` to update past 3.5.0 --- 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"