use the latest rev of tlsn-utils (#654)

This commit is contained in:
dan
2024-10-24 15:53:26 +02:00
committed by GitHub
parent 1d663596c1
commit 6344410cad
3 changed files with 6 additions and 5 deletions

View File

@@ -66,8 +66,8 @@ tlsn-tls-client-async = { path = "crates/tls/client-async" }
tlsn-tls-core = { path = "crates/tls/core" }
tlsn-tls-mpc = { path = "crates/tls/mpc" }
tlsn-universal-hash = { path = "crates/components/universal-hash" }
tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "e7b2db6" }
tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "e7b2db6" }
tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "0040a00" }
tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "0040a00" }
tlsn-verifier = { path = "crates/verifier" }
mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "b8ae7ac" }
@@ -80,8 +80,9 @@ mpz-ot = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "b
mpz-share-conversion = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "b8ae7ac" }
serio = { version = "0.1" }
spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "e7b2db6" }
spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "0040a00" }
uid-mux = { version = "0.1", features = ["serio"] }
websocket-relay = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "0040a00" }
aes = { version = "0.8" }
aes-gcm = { version = "0.9" }

View File

@@ -9,7 +9,7 @@ tlsn-benches-browser-core = { workspace = true }
tlsn-benches-library = { workspace = true }
serio = { workspace = true }
websocket-relay = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "76c9de0" }
websocket-relay = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }

View File

@@ -13,7 +13,7 @@ tlsn-server-fixture-certs = { workspace = true }
tlsn-tls-core = { workspace = true }
tlsn-verifier = { workspace = true }
websocket-relay = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "73a6be1" }
websocket-relay = { workspace = true }
anyhow = { workspace = true }
axum = { workspace = true }