From 68ff7dcf2ac3c81a87730a70b090a75bbb271f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:49:54 +0000 Subject: [PATCH] build(deps): bump tonic-prost-build from 0.14.3 to 0.14.6 in /codex-rs Bumps [tonic-prost-build](https://github.com/hyperium/tonic) from 0.14.3 to 0.14.6. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.14.3...tonic-prost-build-v0.14.6) --- updated-dependencies: - dependency-name: tonic-prost-build dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codex-rs/Cargo.lock | 8 ++++---- codex-rs/config/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index b800d2112..0435c3833 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -13230,9 +13230,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.14.3" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27aac809edf60b741e2d7db6367214d078856b8a5bff0087e94ff330fb97b6fc" +checksum = "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322" dependencies = [ "prettyplease", "proc-macro2", @@ -13253,9 +13253,9 @@ dependencies = [ [[package]] name = "tonic-prost-build" -version = "0.14.3" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4556786613791cfef4ed134aa670b61a85cfcacf71543ef33e8d801abae988f" +checksum = "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27" dependencies = [ "prettyplease", "proc-macro2", diff --git a/codex-rs/config/Cargo.toml b/codex-rs/config/Cargo.toml index f77a76b76..80324f9c9 100644 --- a/codex-rs/config/Cargo.toml +++ b/codex-rs/config/Cargo.toml @@ -67,7 +67,7 @@ tempfile = { workspace = true } tokio = { workspace = true, features = ["full"] } tokio-stream = { workspace = true, features = ["net"] } tonic = { workspace = true, features = ["router", "transport"] } -tonic-prost-build = { version = "=0.14.3", default-features = false, features = ["transport"] } +tonic-prost-build = { version = "=0.14.6", default-features = false, features = ["transport"] } [lib] doctest = false