@@ -65,21 +65,21 @@ tlsn-sdk-core = { path = "crates/sdk-core" }
6565tlsn-wasm = { path = " crates/wasm" }
6666tlsn = { path = " crates/tlsn" }
6767
68- mpz-circuits = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
69- mpz-circuits-data = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
70- mpz-memory-core = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
71- mpz-common = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
72- mpz-core = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
73- mpz-vm-core = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
74- mpz-garble = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
75- mpz-garble-core = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
76- mpz-ole = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
77- mpz-ot = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
78- mpz-share-conversion = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
79- mpz-fields = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
80- mpz-zk = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
81- mpz-hash = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
82- mpz-ideal-vm = { git = " https://github.com/privacy-ethereum/mpz" , tag = " v0.1.0-alpha.5 " }
68+ mpz-circuits = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
69+ mpz-circuits-data = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
70+ mpz-memory-core = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
71+ mpz-common = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
72+ mpz-core = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
73+ mpz-vm-core = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
74+ mpz-garble = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
75+ mpz-garble-core = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
76+ mpz-ole = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
77+ mpz-ot = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
78+ mpz-share-conversion = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
79+ mpz-fields = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
80+ mpz-zk = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
81+ mpz-hash = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
82+ mpz-ideal-vm = { git = " https://github.com/privacy-ethereum/mpz" , branch = " fix/zk-ot-alloc " }
8383
8484futures-plex = { git = " https://github.com/tlsnotary/tlsn-utils" , rev = " dd419bf" }
8585rangeset = { version = " 0.4" }
@@ -140,7 +140,7 @@ regex = { version = "1.10" }
140140ring = { version = " 0.17" }
141141rs_merkle = { git = " https://github.com/tlsnotary/rs-merkle.git" , rev = " 85f3e82" }
142142rstest = { version = " 0.17" }
143- rustls = { version = " 0.21 " }
143+ rustls = { version = " 0.23 " , default-features = false }
144144rustls-pemfile = { version = " 1.0" }
145145rustls-webpki = { version = " 0.103" }
146146rustls-pki-types = { version = " 1.12" }
@@ -152,6 +152,7 @@ sha2 = { version = "0.10" }
152152signature = { version = " 2.2" }
153153thiserror = { version = " 1.0" }
154154tiny-keccak = { version = " 2.0" }
155+ tls-parser = { version = " 0.12" }
155156tokio = { version = " 1.38" }
156157tokio-util = { version = " 0.7" }
157158toml = { version = " 0.8" }
0 commit comments