From d73d56c399f2824a4d01fda54c66efb3d81b8d4c Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 3 Mar 2023 13:13:58 +0100 Subject: [PATCH] bump testdir for windows bug workaround --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a27a67fcc..6d551dbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ log = "0.4" pretty_env_logger = "0.4" proptest = { version = "1", default-features = false, features = ["std"] } tempfile = "3" -testdir = "0.7.1" +testdir = "0.7.2" tokio = { version = "1", features = ["parking_lot", "rt-multi-thread", "macros"] } [workspace]