From 9381ab4ea00699fceb0d27fb749670b24bf6d0ea Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:28:36 +0000 Subject: [PATCH] Update lockfile for manifest cleanup Refresh Cargo.lock after removing stale dependency declarations from the extraction refactor. Co-authored-by: Codex --- codex-rs/Cargo.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index f9fd74e2fe..5b66f1c416 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -1647,7 +1647,6 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml 0.9.11+spec-1.1.0", - "toml_edit 0.24.0+spec-1.1.0", "tracing", "url", "zip", @@ -1892,7 +1891,6 @@ dependencies = [ "codex-secrets", "codex-shell-command", "codex-shell-escalation", - "codex-skills", "codex-state", "codex-terminal-detection", "codex-test-macros",