From fdfc9e895420f27ca0b5596ddffd9dd6f2c998a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:18:18 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.12 to 2.0.17 in /codex-rs Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codex-rs/Cargo.lock | 22 +++++++++++----------- codex-rs/apply-patch/Cargo.toml | 2 +- codex-rs/core/Cargo.toml | 2 +- codex-rs/login/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 34e7932..78e386a 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.17", "tree-sitter", "tree-sitter-bash", ] @@ -725,7 +725,7 @@ dependencies = [ "similar", "strum_macros 0.27.2", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "time", "tokio", "tokio-test", @@ -831,7 +831,7 @@ dependencies = [ "serde_json", "sha2", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tiny_http", "tokio", "url", @@ -2617,7 +2617,7 @@ checksum = "b3d2ef408b88e913bfc6594f5e693d57676f6463ded7d8bf994175364320c706" dependencies = [ "enumflags2", "libc", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -3713,7 +3713,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -4771,11 +4771,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.17", ] [[package]] @@ -4791,9 +4791,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 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.17", "ts-rs-macros", "uuid", ] diff --git a/codex-rs/apply-patch/Cargo.toml b/codex-rs/apply-patch/Cargo.toml index 622f53c..3a7ece0 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.17" 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..c5fb14c 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.17" 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..00e40e6 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.17" tiny_http = "0.12" tokio = { version = "1", features = [ "io-std",