From 8f034f0078681e77dbd4591256844c1ae8f9f0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:50:52 +0000 Subject: [PATCH] build(deps): bump age from 0.11.2 to 0.11.3 in /codex-rs Bumps [age](https://github.com/str4d/rage) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/str4d/rage/releases) - [Commits](https://github.com/str4d/rage/compare/age-0.11.2...age-0.11.3) --- updated-dependencies: - dependency-name: age dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codex-rs/Cargo.lock | 4 ++-- codex-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index b800d2112..9c52fec37 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "age" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf640be7658959746f1f0f2faab798f6098a9436a8e18e148d18bc9875e13c4b" +checksum = "a07d86e4272c093c88caf7864a2d09af52a5159180848ca4832a3cdbd7d014d5" dependencies = [ "age-core", "base64 0.21.7", diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 95c065c74..5f3ace021 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -240,7 +240,7 @@ core_test_support = { path = "core/tests/common" } mcp_test_support = { path = "mcp-server/tests/common" } # External -age = "0.11.1" +age = "0.11.3" allocative = "0.3.3" ansi-to-tui = "7.0.0" anyhow = "1"