From c65db8cdce335b6ddc763075c30b55f55a6da6a3 Mon Sep 17 00:00:00 2001 From: jeffgrunewald Date: Tue, 21 Mar 2023 17:23:34 -0400 Subject: [PATCH] temp upgrade to push change to proto in oracles --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b36f68df..0bdb9c62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#67a0dfe91e15b415b496e3bf5f2a119a888a4064" +source = "git+https://github.com/helium/proto?branch=jg/oracle-admin-keys#fce7335b18a0f837062ea1408c7fbac7c09b0a5a" dependencies = [ "bytes", "prost", diff --git a/Cargo.toml b/Cargo.toml index 5a9bc4e5..2eebd964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = ["lorawan", "beacon"] byteorder = "1" serde = {version = "1", features = ["rc", "derive"]} rust_decimal = {version = "1", features = ["serde-with-float"]} -helium-proto = { git = "https://github.com/helium/proto", branch="master", features=["services"]} +helium-proto = { git = "https://github.com/helium/proto", branch="jg/oracle-admin-keys", features=["services"]} rand = "0.8" base64 = ">=0.21" sha2 = "0"