@@ -30,9 +30,9 @@ tracing = [
30
30
tlsn-tls-core = { path = " ../tls-core" , features = [" serde" ] }
31
31
tlsn-tls-backend = { path = " ../tls-backend" }
32
32
33
- mpz-core = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 90a3778 " }
34
- mpz-garble = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 90a3778 " }
35
- mpz-share-conversion = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 90a3778 " }
33
+ mpz-core = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 850636f " }
34
+ mpz-garble = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 850636f " }
35
+ mpz-share-conversion = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 850636f " }
36
36
37
37
tlsn-block-cipher = { path = " ../../cipher/block-cipher" }
38
38
tlsn-stream-cipher = { path = " ../../cipher/stream-cipher" }
@@ -42,7 +42,7 @@ tlsn-key-exchange = { path = "../../key-exchange" }
42
42
tlsn-point-addition = { path = " ../../point-addition" }
43
43
tlsn-hmac-sha256 = { path = " ../../prf/hmac-sha256" }
44
44
45
- tlsn-utils-aio = { git = " https://github.com/tlsnotary/tlsn-utils" , rev = " 33052c6 " }
45
+ tlsn-utils-aio = { git = " https://github.com/tlsnotary/tlsn-utils" , rev = " 51f313d " }
46
46
47
47
p256.workspace = true
48
48
rand.workspace = true
@@ -59,7 +59,7 @@ ludi = { git = "https://github.com/sinui0/ludi", rev = "b590de5" }
59
59
tlsn-tls-client = { path = " ../tls-client" }
60
60
tlsn-tls-client-async = { path = " ../tls-client-async" }
61
61
tls-server-fixture = { path = " ../tls-server-fixture" }
62
- mpz-ot = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 90a3778 " }
62
+ mpz-ot = { git = " https://github.com/privacy-scaling-explorations/mpz" , rev = " 850636f " }
63
63
uid-mux = { path = " ../../uid-mux" }
64
64
65
65
tracing-subscriber.workspace = true
0 commit comments