diff --git a/Cargo.lock b/Cargo.lock index e179a2a2..d2155d90 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#ca96b405c42e205d5b082c9b3039b406814de8b5" +source = "git+https://github.com/helium/proto?branch=jg/oracle-admin-keys#05608f42e3012f5b6577164609fd5fc32f93f573" dependencies = [ "bytes", "prost", diff --git a/Cargo.toml b/Cargo.toml index 498f2e49..9a625021 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"