From 5cf7bfcdad912cdd4988abbc0134e99b275cd6f6 Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Fri, 26 Apr 2024 13:28:17 -0700 Subject: [PATCH] Update helium-proto to hip-109 branch --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b943dc5a8..f875b6a3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1421,7 +1421,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#fdb83a38fbe8aead4ff6cb39d1e996f0ad0646b7" +source = "git+https://github.com/helium/proto?branch=mj/hip-109-boost-by-device-type#fc0da24fb494eabbe60f7e13b0bd663c9e3583a6" dependencies = [ "base64 0.21.7", "byteorder", @@ -3385,7 +3385,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#fdb83a38fbe8aead4ff6cb39d1e996f0ad0646b7" +source = "git+https://github.com/helium/proto?branch=mj/hip-109-boost-by-device-type#fc0da24fb494eabbe60f7e13b0bd663c9e3583a6" dependencies = [ "bytes", "prost", diff --git a/Cargo.toml b/Cargo.toml index 721b4919c..fcbc6f58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,13 +63,13 @@ sqlx = {version = "0", features = [ helium-anchor-gen = {git = "https://github.com/helium/helium-anchor-gen.git"} helium-crypto = {version = "0.8.4", features=["sqlx-postgres", "multisig"]} hextree = {git = "https://github.com/jaykickliter/HexTree", branch = "main", features = ["disktree"]} -helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]} +helium-proto = {git = "https://github.com/helium/proto", branch = "mj/hip-109-boost-by-device-type", features = ["services"]} solana-client = "1.16" solana-sdk = "1.16" solana-program = "1.16" spl-token = "3.5.0" reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]} -beacon = { git = "https://github.com/helium/proto", branch = "master" } +beacon = { git = "https://github.com/helium/proto", branch = "mj/hip-109-boost-by-device-type" } humantime = "2" metrics = "0.21" metrics-exporter-prometheus = "0"