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"