diff --git a/Cargo.lock b/Cargo.lock index 1db619def..f774a0949 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", ] @@ -2944,7 +2944,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() =>