From ab5916e354f9e2e29c3956553b7684bfbc227854 Mon Sep 17 00:00:00 2001 From: Byte Date: Sun, 19 Jul 2026 12:57:45 -0400 Subject: [PATCH] chore: bump eyes-subscriber to 0.3.1 Picks up the level-serialization fix: the subscriber now emits the tracing level as its Display form ("INFO") instead of Debug ("Level(Info)"), which the eyes server matches on for cron fire detection, log level filtering, and job-error detection. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09cdff8..03066ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "eyes-subscriber" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e57398dba5c4c41c08b2d778c97e363bfddec1915e9662b28ec1ed70b1867c" +checksum = "6cf4341a2daed57db9b400d8dd0abc3444153120a2ad07851a28d2e8bfabf789" dependencies = [ "async-trait", "chrono",