Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kisakishy committed Aug 27, 2024
1 parent 6041868 commit 97c0c12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3"
rstest = "0.12"
serio = "0.1"

mpz-common = { git = "https://github.com/privacy-scaling-explorations/mpz.git", branch = "ferret", features = ["test-utils"] }
mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz.git", branch = "ferret", features = ["ideal"] }
mpz-ot-core = { git = "https://github.com/privacy-scaling-explorations/mpz.git", branch = "ferret" }
mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz.git", branch = "ferret" }
mpz-common = { git = "https://github.com/privacy-scaling-explorations/mpz.git", features = ["test-utils"], rev = "84399bd" }
mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz.git", features = ["ideal"], rev = "84399bd" }
mpz-ot-core = { git = "https://github.com/privacy-scaling-explorations/mpz.git", rev = "84399bd" }
mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz.git", rev = "84399bd" }

0 comments on commit 97c0c12

Please sign in to comment.