Skip to content

Commit

Permalink
Merge pull request #1328 from cberkhoff/tonic-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cberkhoff authored Oct 2, 2024
2 parents 11339c5 + bdcd5a6 commit a55a3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ipa-core/src/protocol/context/dzkp_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ mod tests {
test_select_semi_honest::<BA20>().await;
test_select_semi_honest::<BA32>().await;
test_select_semi_honest::<BA64>().await;
test_select_semi_honest::<BA256>().await;
Box::pin(test_select_semi_honest::<BA256>()).await;
}

async fn test_select_malicious<V>()
Expand Down

0 comments on commit a55a3b4

Please sign in to comment.