From 896a3a7c6a386cb230129487c09748647cececd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:24:47 +0000 Subject: [PATCH] chore(deps): bump tokio-stream from 0.1.17 to 0.1.18 in /codex-rs Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.17 to 0.1.18. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.17...tokio-stream-0.1.18) --- updated-dependencies: - dependency-name: tokio-stream dependency-version: 0.1.18 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 06fc14e71962..72a9a4b41454 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -7006,9 +7006,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 7aca509cc85a..83a46dd8d818 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -206,7 +206,7 @@ thiserror = "2.0.17" time = "0.3" tiny_http = "0.12" tokio = "1" -tokio-stream = "0.1.17" +tokio-stream = "0.1.18" tokio-test = "0.4" tokio-util = "0.7.16" toml = "0.9.5"