Skip to content

Commit b90162c

Browse files
Merge branch 'main' into fix/update-model-examples
2 parents 29a369e + 13c42a0 commit b90162c

File tree

2 files changed

+42
-44
lines changed

2 files changed

+42
-44
lines changed

codex-rs/Cargo.lock

Lines changed: 39 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ rand = "0.9"
178178
ratatui = "0.29.0"
179179
ratatui-macros = "0.6.0"
180180
regex = "1.12.2"
181-
regex-lite = "0.1.7"
181+
regex-lite = "0.1.8"
182182
reqwest = "0.12"
183183
rmcp = { version = "0.12.0", default-features = false }
184184
schemars = "0.8.22"
@@ -210,11 +210,11 @@ tokio-stream = "0.1.17"
210210
tokio-test = "0.4"
211211
tokio-util = "0.7.16"
212212
toml = "0.9.5"
213-
toml_edit = "0.23.5"
213+
toml_edit = "0.24.0"
214214
tonic = "0.13.1"
215215
tracing = "0.1.43"
216216
tracing-appender = "0.2.3"
217-
tracing-subscriber = "0.3.20"
217+
tracing-subscriber = "0.3.22"
218218
tracing-test = "0.2.5"
219219
tree-sitter = "0.25.10"
220220
tree-sitter-bash = "0.25"

0 commit comments

Comments
 (0)