Skip to content

Commit a34dd57

Browse files
authored
refactor: remove utils-aio dep (#760)
1 parent 92d7b59 commit a34dd57

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ tlsn-tls-client = { path = "crates/tls/client" }
6363
tlsn-tls-client-async = { path = "crates/tls/client-async" }
6464
tlsn-tls-core = { path = "crates/tls/core" }
6565
tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "6650a95" }
66-
tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "6650a95" }
6766
tlsn-verifier = { path = "crates/verifier" }
6867

6968
mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", tag = "v0.1.0-alpha.2" }

crates/mpc-tls/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tlsn-hmac-sha256 = { workspace = true }
2121
tlsn-key-exchange = { workspace = true }
2222
tlsn-tls-backend = { workspace = true }
2323
tlsn-tls-core = { workspace = true, features = ["serde"] }
24-
tlsn-utils-aio = { workspace = true }
2524

2625
mpz-common = { workspace = true }
2726
mpz-core = { workspace = true }

0 commit comments

Comments
 (0)