From 5c545cf2aa57e22c3be10820e01d608b67621a62 Mon Sep 17 00:00:00 2001 From: Andrew McKenzie Date: Mon, 7 Aug 2023 11:47:58 +0100 Subject: [PATCH] bump proto dep, tweak logging --- Cargo.lock | 6 +++--- iot_verifier/src/runner.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86b66ceb9..a430c838f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=andymck/enrich-invalid-beacon-report#10fc377fbf42614c1d2931e213b15075c3ed7b96" +source = "git+https://github.com/helium/proto?branch=andymck/enrich-invalid-beacon-report#a625eb67d0203961db7777c7b28cd502fd6a96c7" dependencies = [ "base64 0.21.0", "byteorder", @@ -1128,7 +1128,7 @@ dependencies = [ "rand_chacha 0.3.0", "rust_decimal", "serde", - "sha2 0.9.9", + "sha2 0.10.6", "thiserror", ] @@ -2925,7 +2925,7 @@ dependencies = [ [[package]] name = "helium-proto" version = "0.1.0" -source = "git+https://github.com/helium/proto?branch=andymck/enrich-invalid-beacon-report#10fc377fbf42614c1d2931e213b15075c3ed7b96" +source = "git+https://github.com/helium/proto?branch=andymck/enrich-invalid-beacon-report#a625eb67d0203961db7777c7b28cd502fd6a96c7" dependencies = [ "bytes", "prost", diff --git a/iot_verifier/src/runner.rs b/iot_verifier/src/runner.rs index 602dde389..169d81d68 100644 --- a/iot_verifier/src/runner.rs +++ b/iot_verifier/src/runner.rs @@ -154,7 +154,7 @@ impl Runner { match self.handle_denylist_tick().await { Ok(()) => (), Err(err) => { - tracing::error!("fatal loader error, denylist_tick triggered: {err:?}"); + tracing::error!("error whilst handling denylist tick: {err:?}"); } }, _ = db_timer.tick() =>