From a6bedc8a7cf26b624a24a9565f3271af6fb29682 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 21 May 2026 13:46:29 +0200 Subject: [PATCH] fix: cargo lock (#23861) --- codex-rs/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 476a38a9dd..c13f25c84b 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -2957,6 +2957,7 @@ dependencies = [ "anyhow", "async-trait", "chrono", + "codex-core", "codex-extension-api", "codex-protocol", "codex-state",