diff --git a/ipa-core/Cargo.toml b/ipa-core/Cargo.toml index 4a495d50e..49348843d 100644 --- a/ipa-core/Cargo.toml +++ b/ipa-core/Cargo.toml @@ -94,7 +94,7 @@ bytes = "1.4" clap = { version = "4.3.2", optional = true, features = ["derive"] } comfy-table = { version = "7.0", optional = true } config = "0.14" -console-subscriber = { version = "0.2", optional = true } +console-subscriber = { version = "0.4", optional = true } criterion = { version = "0.5.1", optional = true, default-features = false, features = [ "async_tokio", "plotters", diff --git a/ipa-core/src/protocol/context/dzkp_validator.rs b/ipa-core/src/protocol/context/dzkp_validator.rs index 6510d216f..835a32e9d 100644 --- a/ipa-core/src/protocol/context/dzkp_validator.rs +++ b/ipa-core/src/protocol/context/dzkp_validator.rs @@ -916,7 +916,7 @@ mod tests { test_select_semi_honest::().await; test_select_semi_honest::().await; test_select_semi_honest::().await; - test_select_semi_honest::().await; + Box::pin(test_select_semi_honest::()).await; } async fn test_select_malicious()