diff --git a/components/monitors/cu_consolemon/Cargo.toml b/components/monitors/cu_consolemon/Cargo.toml index a30314356..0740490a0 100644 --- a/components/monitors/cu_consolemon/Cargo.toml +++ b/components/monitors/cu_consolemon/Cargo.toml @@ -29,6 +29,6 @@ tui-nodes = "0.8.0" tui-widgets = "0.4.1" color-eyre = "0.6.3" gag = "1.0.0" -log = { version = "0.4.25", features = ["std"], optional = true } -chrono = { version = "0.4.39", optional = true } # 0.4.40 is not supported by arrow pulled from rerun +log = { version = "0.4.26", features = ["std"], optional = true } +chrono = { version = "0.4.40", optional = true } dashmap = { version = "6.1.0", optional = true } diff --git a/components/sources/cu_hesai/Cargo.toml b/components/sources/cu_hesai/Cargo.toml index 8a4c87b38..e3e7d7cd3 100644 --- a/components/sources/cu_hesai/Cargo.toml +++ b/components/sources/cu_hesai/Cargo.toml @@ -15,7 +15,7 @@ cu29 = { workspace = true } cu-sensor-payloads = { workspace = true } bytemuck = { version = "1.21.0", features = ["derive"] } uom = { workspace = true } -chrono = { version = "0.4.40", features = ["serde"] } # 0.4.40 conflicts with rerun at the time of writing +chrono = { version = "0.4.40", features = ["serde"] } socket2 = { version = "0.5.8", features = ["all"] } tempfile = { workspace = true } diff --git a/components/sources/cu_livox/Cargo.toml b/components/sources/cu_livox/Cargo.toml index 3775956e6..205c253ff 100644 --- a/components/sources/cu_livox/Cargo.toml +++ b/components/sources/cu_livox/Cargo.toml @@ -15,7 +15,7 @@ cu29 = { workspace = true } cu-sensor-payloads = { workspace = true } bytemuck = { version = "1.21.0", features = ["derive"] } uom = { workspace = true } -chrono = { version = "0.4.40", features = ["serde"] } # 0.4.40 conflicts with rerun and arrow +chrono = { version = "0.4.40", features = ["serde"] } socket2 = { version = "0.5.8", features = ["all"] } tempfile = { workspace = true }