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.
This commit is contained in:
Michael Bolin
2026-04-01 23:33:41 -07:00
committed by GitHub
parent aa2403e2eb
commit 52e779d35d

1
codex-rs/Cargo.lock generated
View File

@@ -6019,7 +6019,6 @@ name = "mcp_test_support"
version = "0.0.0"
dependencies = [
"anyhow",
"codex-core",
"codex-login",
"codex-mcp-server",
"codex-terminal-detection",