From d6848d9eca9a0bdc3d21e96f7ba6cf9c40e6c6f9 Mon Sep 17 00:00:00 2001 From: "sinu.eth" <65924192+sinui0@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:00:06 -0800 Subject: [PATCH] chore: bump tlsn-utils version (#100) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4599002..a4bb9768 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ mpz-share-conversion = { path = "share-conversion/mpz-share-conversion" } clmul = { path = "clmul" } matrix-transpose = { path = "matrix-transpose" } -tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "8d8ffe1" } -tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "8d8ffe1" } +tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "51f313d" } +tlsn-utils-aio = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "51f313d" } # rand rand_chacha = "0.3"