diff --git a/Cargo.toml b/Cargo.toml index 6b01b20..26fc087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dialoguer = "0.10.0" futures = "0.3" openssl = "0.10" rand = "0.8.5" -test-case = "2.0.0" +test-case = "3.2.1" tokio = { version = "1", features = [ "rt-multi-thread", "macros", "sync" ] } tracing-subscriber = "0.3" url = "2.2"