diff --git a/components/cipher/Cargo.toml b/components/cipher/Cargo.toml index a85f5a1bc1..f983d7fe22 100644 --- a/components/cipher/Cargo.toml +++ b/components/cipher/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" # tlsn mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "b8ae7ac" } mpz-garble = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "b8ae7ac" } -tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "bb9769d" } +tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" } # crypto aes = "0.8" diff --git a/components/tls/tls-mpc/Cargo.toml b/components/tls/tls-mpc/Cargo.toml index 0c48051a90..462dced5aa 100644 --- a/components/tls/tls-mpc/Cargo.toml +++ b/components/tls/tls-mpc/Cargo.toml @@ -33,7 +33,7 @@ tlsn-aead = { path = "../../aead" } tlsn-key-exchange = { path = "../../key-exchange" } tlsn-hmac-sha256 = { path = "../../prf/hmac-sha256" } -tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "bb9769d" } +tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" } uid-mux = { version = "0.1", features = ["serio"] } p256.workspace = true diff --git a/tlsn/Cargo.toml b/tlsn/Cargo.toml index 5119ade634..96104525e6 100644 --- a/tlsn/Cargo.toml +++ b/tlsn/Cargo.toml @@ -27,9 +27,9 @@ tlsn-tls-client = { path = "../components/tls/tls-client" } tlsn-tls-client-async = { path = "../components/tls/tls-client-async" } tls-server-fixture = { path = "../components/tls/tls-server-fixture" } -tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "bb9769d" } -tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "bb9769d" } -spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "bb9769d" } +tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" } +tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" } +spansy = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "45370cc" } serio = "0.1" uid-mux = { version = "0.1", features = ["serio"] }