diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 34e7932..69deceb 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -618,7 +618,7 @@ dependencies = [ "pretty_assertions", "similar", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.16", "tree-sitter", "tree-sitter-bash", ] @@ -725,7 +725,7 @@ dependencies = [ "similar", "strum_macros 0.27.2", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.16", "time", "tokio", "tokio-test", @@ -831,7 +831,7 @@ dependencies = [ "serde_json", "sha2", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.16", "tiny_http", "tokio", "url", @@ -2617,7 +2617,7 @@ checksum = "b3d2ef408b88e913bfc6594f5e693d57676f6463ded7d8bf994175364320c706" dependencies = [ "enumflags2", "libc", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -3713,7 +3713,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -4771,11 +4771,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.16", ] [[package]] @@ -4791,9 +4791,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -5230,7 +5230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ef1b7a6d914a34127ed8e1fa927eb7088903787bcded4fa3eef8f85ee1568be" dependencies = [ "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.16", "ts-rs-macros", "uuid", ] diff --git a/codex-rs/apply-patch/Cargo.toml b/codex-rs/apply-patch/Cargo.toml index 622f53c..1bec556 100644 --- a/codex-rs/apply-patch/Cargo.toml +++ b/codex-rs/apply-patch/Cargo.toml @@ -13,7 +13,7 @@ workspace = true [dependencies] anyhow = "1" similar = "2.7.0" -thiserror = "2.0.12" +thiserror = "2.0.16" tree-sitter = "0.25.8" tree-sitter-bash = "0.25.0" diff --git a/codex-rs/core/Cargo.toml b/codex-rs/core/Cargo.toml index 56815ba..732ca63 100644 --- a/codex-rs/core/Cargo.toml +++ b/codex-rs/core/Cargo.toml @@ -39,7 +39,7 @@ shlex = "1.3.0" similar = "2.7.0" strum_macros = "0.27.2" tempfile = "3" -thiserror = "2.0.12" +thiserror = "2.0.16" time = { version = "0.3", features = ["formatting", "local-offset", "macros"] } tokio = { version = "1", features = [ "io-std", diff --git a/codex-rs/login/Cargo.toml b/codex-rs/login/Cargo.toml index bf04a8e..f673acd 100644 --- a/codex-rs/login/Cargo.toml +++ b/codex-rs/login/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10" tempfile = "3" -thiserror = "2.0.12" +thiserror = "2.0.16" tiny_http = "0.12" tokio = { version = "1", features = [ "io-std",