From 39d7e2f9546981d87ae195fe7c68f778afdb66a4 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 17 May 2023 04:35:05 +0900 Subject: [PATCH] Update to tempfile 3.5 (#675) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03da2380..6fae93a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["svg_backend", "area_series", "line_series"] [dev-dependencies] -tempfile = "~3.2.0" +tempfile = "~3.5.0" approx = "0.5.0" quickcheck = { version = "1.0", default-features = false } rand = "0.8"