diff --git a/Cargo.lock b/Cargo.lock index ca2e15a8ecf4d648e2e48e6c2e7e7feddd4c8fbd..94d3c247b56020b0b9a929bf08c6f5f5cb0486a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,6 @@ dependencies = [ "theme", "theme_settings", "time", - "time_format", "tree-sitter-md", "ui", "ui_input", diff --git a/crates/agent_ui/Cargo.toml b/crates/agent_ui/Cargo.toml index 78f035106d37faa16a1494a138dfa38ed304dd8d..57afae187dd257d0fd691ce759c737c035f6b863 100644 --- a/crates/agent_ui/Cargo.toml +++ b/crates/agent_ui/Cargo.toml @@ -101,7 +101,6 @@ text.workspace = true theme.workspace = true theme_settings.workspace = true time.workspace = true -time_format.workspace = true ui.workspace = true ui_input.workspace = true url.workspace = true