Skip to content
Open
4 changes: 2 additions & 2 deletions codex-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codex-rs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true

[dependencies]
anyhow = { workspace = true }
arc-swap = "1.8.2"
arc-swap = "1.9.0"
async-channel = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
Expand Down
Loading
Loading