aboutsummaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_core_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/codex/files/patch-codex-rs_core_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_core_Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/codex/files/patch-codex-rs_core_Cargo.toml b/misc/codex/files/patch-codex-rs_core_Cargo.toml
index afc939af9919..acff9f119029 100644
--- a/misc/codex/files/patch-codex-rs_core_Cargo.toml
+++ b/misc/codex/files/patch-codex-rs_core_Cargo.toml
@@ -1,4 +1,4 @@
---- codex-rs/core/Cargo.toml.orig 2025-10-31 00:56:28 UTC
+--- codex-rs/core/Cargo.toml.orig 2025-11-04 20:00:53 UTC
+++ codex-rs/core/Cargo.toml
@@ -32,6 +32,7 @@ codex-utils-tokenizer = { workspace = true }
codex-utils-readiness = { workspace = true }
@@ -20,7 +20,7 @@
libc = { workspace = true }
mcp-types = { workspace = true }
@@ -83,7 +85,6 @@ wildmatch = { workspace = true }
- uuid = { workspace = true, features = ["serde", "v4"] }
+ uuid = { workspace = true, features = ["serde", "v4", "v5"] }
which = { workspace = true }
wildmatch = { workspace = true }
-codex_windows_sandbox = { package = "codex-windows-sandbox", path = "../windows-sandbox-rs" }