diff --git a/Cargo.lock b/Cargo.lock index b36f68df..aa23a80d 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#f2ff75b414c9375d823275f7ee57c433ce5cb8e1" 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"