From 52e779d35dc1af1c8682e1a87aaec20d7fd5c3d0 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 1 Apr 2026 23:33:41 -0700 Subject: [PATCH] fix: add update to Cargo.lock that was missed in #16512 (#16516) This PR updates `Cargo.lock` to remove `codex-core` from `mcp_test_support`, which corresponds to `codex-rs/mcp-server/tests/common/Cargo.toml`. As noted in #16512, it updated that crate to drop its `codex-core` dependency. --- codex-rs/Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 0f1046b69..4cb526430 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -6019,7 +6019,6 @@ name = "mcp_test_support" version = "0.0.0" dependencies = [ "anyhow", - "codex-core", "codex-login", "codex-mcp-server", "codex-terminal-detection",