diff --git a/Cargo.toml b/Cargo.toml index 41139de..29fb8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ default = ["blocking"] blocking = [] [dev-dependencies] -test-case = "1.2.0" +test-case = "2.2.2" tempfile = "3.2.0" async-std = { version = "1.10.0", features = ["attributes"] }