diff --git a/Cargo.lock b/Cargo.lock index 640db8fc9..b737a8479 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=map/decimalize#07a8349628757025e7fd69a26d6d61ca8f001e32" +source = "git+https://github.com/helium/proto?branch=map/decimalize#235e85fdbdb03e12e52cfb65e5108a9a5da11fc2" dependencies = [ "base64 0.21.7", "byteorder", @@ -1627,7 +1627,7 @@ dependencies = [ "rand_chacha 0.3.0", "rust_decimal", "serde", - "sha2 0.9.9", + "sha2 0.10.8", "thiserror", ] @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=map/decimalize#07a8349628757025e7fd69a26d6d61ca8f001e32" +source = "git+https://github.com/helium/proto?branch=map/decimalize#235e85fdbdb03e12e52cfb65e5108a9a5da11fc2" dependencies = [ "bytes", "prost", @@ -9863,7 +9863,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "sha2 0.9.9", + "sha2 0.10.8", "thiserror", "twox-hash", "xorf",