From 68722b2f2e29c00830d91f50a2c593a34937eea0 Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Fri, 30 Aug 2024 10:42:32 -0700 Subject: [PATCH] update to helium-proto with settlement reversed --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 178e3ac5c..cfed0a862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,7 +1617,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#0bc158704baa751b0f8025a189a07b13e48dcff2" +source = "git+https://github.com/helium/proto?branch=master#b45858ce482f1e831d3dad07261770c7c53a1024" dependencies = [ "base64 0.21.7", "byteorder", @@ -1627,7 +1627,7 @@ dependencies = [ "rand_chacha 0.3.0", "rust_decimal", "serde", - "sha2 0.10.8", + "sha2 0.9.9", "thiserror", ] @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#0bc158704baa751b0f8025a189a07b13e48dcff2" +source = "git+https://github.com/helium/proto?branch=master#b45858ce482f1e831d3dad07261770c7c53a1024" dependencies = [ "bytes", "prost", @@ -9851,7 +9851,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.9.9", "thiserror", "twox-hash", "xorf",