Skip to content

Commit db36553

Browse files
chore(deps): bump thiserror from 2.0.16 to 2.0.17 in /codex-rs
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...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] <[email protected]>
1 parent da54926 commit db36553

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

codex-rs/Cargo.lock

Lines changed: 20 additions & 20 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ supports-color = "3.0.2"
165165
sys-locale = "0.3.2"
166166
tempfile = "3.23.0"
167167
textwrap = "0.16.2"
168-
thiserror = "2.0.16"
168+
thiserror = "2.0.17"
169169
time = "0.3"
170170
tiny_http = "0.12"
171171
tokio = "1"

codex-rs/cloud-tasks-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ chrono = { version = "0.4", features = ["serde"] }
2222
diffy = "0.4.2"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
25-
thiserror = "2.0.12"
25+
thiserror = "2.0.17"
2626
codex-backend-client = { path = "../backend-client", optional = true }
2727
codex-git-apply = { path = "../git-apply" }

0 commit comments

Comments
 (0)