diff --git a/Cargo.lock b/Cargo.lock index 5e195fb7c..f1270e913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" version = "0.1.0" -source = "git+https://github.com/helium/gateway-rs.git?branch=main#d862bc9962866e575d7c6dd731d65cf849a586ed" +source = "git+https://github.com/helium/gateway-rs.git?branch=main#6fee25879eb308f159cb5d4ead77e3806a0a9971" dependencies = [ "base64 0.21.0", "byteorder", @@ -2910,7 +2910,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=master#40388d260fd3603f453a965dbc13f79470b5adcb" +source = "git+https://github.com/helium/proto?branch=master#b13b21f12819e30ebcf249bad462bdd196d1fe76" dependencies = [ "bytes", "prost", diff --git a/mobile_verifier/src/heartbeats.rs b/mobile_verifier/src/heartbeats.rs index 49fbc8ac2..439ab6fe2 100644 --- a/mobile_verifier/src/heartbeats.rs +++ b/mobile_verifier/src/heartbeats.rs @@ -180,7 +180,7 @@ impl Heartbeat { { proto::HeartbeatValidity::Valid } else { - proto::HeartbeatValidity::GatewayOwnerNotFound + proto::HeartbeatValidity::GatewayNotFound }; Ok(heartbeat) }