refactor: remove utils-aio dep (#760)

This commit is contained in:
sinu.eth
2025-04-03 04:58:14 +07:00
committed by GitHub
parent 92d7b59ee8
commit a34dd57926
2 changed files with 0 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ tlsn-tls-client = { path = "crates/tls/client" }
tlsn-tls-client-async = { path = "crates/tls/client-async" }
tlsn-tls-core = { path = "crates/tls/core" }
tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "6650a95" }
tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "6650a95" }
tlsn-verifier = { path = "crates/verifier" }
mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", tag = "v0.1.0-alpha.2" }

View File

@@ -21,7 +21,6 @@ tlsn-hmac-sha256 = { workspace = true }
tlsn-key-exchange = { workspace = true }
tlsn-tls-backend = { workspace = true }
tlsn-tls-core = { workspace = true, features = ["serde"] }
tlsn-utils-aio = { workspace = true }
mpz-common = { workspace = true }
mpz-core = { workspace = true }