From c436833bfd2ca7d5488b95663b015d5c09449777 Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Wed, 9 Oct 2024 14:39:03 -0700 Subject: [PATCH] Update cargo lock --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a1dea13b0..50587b159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,8 +517,10 @@ name = "chia_rs" version = "0.14.1" dependencies = [ "chia-bls 0.14.1", + "chia-client", "chia-consensus", "chia-protocol", + "chia-ssl", "clvm-utils", "clvmr", "hex",