diff --git a/Cargo.lock b/Cargo.lock index 1dd26867c..3eee90875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8028,7 +8028,7 @@ dependencies = [ [[package]] name = "wsts" version = "10.0.0" -source = "git+https://github.com/Trust-Machines/wsts.git?rev=ebd7d7775ad5e44cdbf4f5c1fb468bdf6c467265#ebd7d7775ad5e44cdbf4f5c1fb468bdf6c467265" +source = "git+https://github.com/Trust-Machines/wsts.git?rev=b7c009e4903bcf03351847a9341c25a26d36c042#b7c009e4903bcf03351847a9341c25a26d36c042" dependencies = [ "aes-gcm", "bs58 0.5.1", diff --git a/signer/Cargo.toml b/signer/Cargo.toml index 28a8a05e7..3cb18cb83 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -52,7 +52,7 @@ tracing-attributes.workspace = true tracing-subscriber = { workspace = true } url.workspace = true # wsts.workspace = true -wsts = { git = "https://github.com/Trust-Machines/wsts.git", rev = "ebd7d7775ad5e44cdbf4f5c1fb468bdf6c467265" } +wsts = { git = "https://github.com/Trust-Machines/wsts.git", rev = "b7c009e4903bcf03351847a9341c25a26d36c042" } hex.workspace = true cfg-if = "1.0" include_dir = "0.7.4"