This commit is contained in:
jif-oai
2026-03-31 19:09:31 +02:00
parent 793dc92ae0
commit dd82f28ea2
2 changed files with 2 additions and 0 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -2713,6 +2713,7 @@ dependencies = [
"which 8.0.0",
"windows-sys 0.52.0",
"winsplit",
"zstd",
]
[[package]]

View File

@@ -148,3 +148,4 @@ rand = { workspace = true }
serial_test = { workspace = true }
vt100 = { workspace = true }
uuid = { workspace = true }
zstd = { workspace = true }