fix chrony refids

This commit is contained in:
2026-09-23 23:47:29 -07:00
parent c22ad764e6
commit b3481686b2
3 changed files with 570 additions and 604 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ backoff = { version = "0.4.0", features = ["tokio"] }
serde_repr = "0.1.20"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["fmt", "ansi", "time", "env-filter"] }
serialport = "4.8.1"
serialport = { version = "4.8.1", default-features = false }
gethostname = "1.1.0"
bitflags = "2.10.0"
influxdb2 = { version = "0.5.2" }
influxdb2 = { version = "0.5.2", default-features = false, features = ["rustls"] }
chrono = "0.4.43"
serde_with = "3.16.1"
ctrlc = "3.5.1"