From ad0e2c05aaf2c1d17bc04c2902198617f631f5d9 Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 13 Sep 2024 08:49:22 +0200 Subject: [PATCH] Use specific commit of configfs-tsm --- Cargo.lock | 2 +- crates/threshold-signature-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e1abd776..51b57079a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "configfs-tsm" version = "0.1.0" -source = "git+https://github.com/entropyxyz/configfs-tsm#f32c166e21251eaed072659460a7d3766aaa61ff" +source = "git+https://github.com/entropyxyz/configfs-tsm?rev=f32c166#f32c166e21251eaed072659460a7d3766aaa61ff" [[package]] name = "console" diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 6a1438a5f..ccfab698d 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -72,7 +72,7 @@ sha2 ="0.10.8" hkdf ="0.12.4" project-root ={ version="0.2.2", optional=true } tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", optional=true, features=["mock"] } -configfs-tsm ={ git="https://github.com/entropyxyz/configfs-tsm" } +configfs-tsm ={ git="https://github.com/entropyxyz/configfs-tsm", rev="f32c166" } [dev-dependencies] serial_test ="3.1.1"