From 77d32209b8731785e785f2b8ef909c5a9ecddda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:35:49 +0000 Subject: [PATCH] chore(deps): bump rama-core from 0.3.0-alpha.4 to 0.3.0 in /codex-rs Bumps [rama-core](https://github.com/plabayo/rama) from 0.3.0-alpha.4 to 0.3.0. - [Release notes](https://github.com/plabayo/rama/releases) - [Changelog](https://github.com/plabayo/rama/blob/main/CHANGELOG.md) - [Commits](https://github.com/plabayo/rama/compare/rama-0.3.0-alpha.4...rama-0.3.0) --- updated-dependencies: - dependency-name: rama-core dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codex-rs/Cargo.lock | 97 +++++++++++++++++++------------ codex-rs/network-proxy/Cargo.toml | 2 +- 2 files changed, 61 insertions(+), 38 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 277d680879..5f949b0ea3 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -6451,7 +6451,7 @@ dependencies = [ "bstr", "gix-date", "gix-error", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -6566,7 +6566,7 @@ dependencies = [ "smallvec", "thiserror 2.0.20", "unicode-bom", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -6860,7 +6860,7 @@ dependencies = [ "itoa", "smallvec", "thiserror 2.0.20", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -6958,7 +6958,7 @@ dependencies = [ "maybe-async", "nonempty", "thiserror 2.0.20", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -6990,7 +6990,7 @@ dependencies = [ "gix-validate", "memmap2", "thiserror 2.0.20", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -9103,9 +9103,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" dependencies = [ "libc", "log", @@ -10505,11 +10505,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ - "toml_edit 0.23.10+spec-1.0.0", + "toml_edit 0.25.13+spec-1.1.0", ] [[package]] @@ -10864,9 +10864,9 @@ dependencies = [ [[package]] name = "rama-core" -version = "0.3.0-alpha.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b93751ab27c9d151e84c1100057eab3f2a6a1378bc31b62abd416ecb1847658" +checksum = "26ae18e80939a80d176ec2726cf7bf7beae02a2dc9c79d16819b3af89fa2b2ba" dependencies = [ "ahash", "asynk-strim", @@ -10881,8 +10881,10 @@ dependencies = [ "serde_json", "tokio", "tokio-graceful", + "tokio-stream", "tokio-util", "tracing", + "tracing-appender", ] [[package]] @@ -10902,9 +10904,9 @@ dependencies = [ [[package]] name = "rama-error" -version = "0.3.0-alpha.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c452aba1beb7e29b873ff32f304536164cffcc596e786921aea64e858ff8f40" +checksum = "f33187d746dc897b7cdbae9628b0c1c783f98f25206b2b5eeac442128c0b745e" [[package]] name = "rama-http" @@ -11040,9 +11042,9 @@ dependencies = [ [[package]] name = "rama-macros" -version = "0.3.0-alpha.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea18a110bcf21e35c5f194168e6914ccea45ffdd0fea51bc4b169fbeafef6428" +checksum = "d90ecfc0103cccc2beefe84dac28cccafea616c0243cef021c5fc6a7e92ce624" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11156,11 +11158,12 @@ dependencies = [ [[package]] name = "rama-utils" -version = "0.3.0-alpha.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf28b18ba4a57f8334d7992d3f8020194ea359b246ae6f8f98b8df524c7a14ef" +checksum = "8c651f73d8cec6a44f9717725640490bbdd43813f337d10c7c72877e316d1471" dependencies = [ "const_format", + "memchr", "parking_lot", "pin-project-lite", "rama-macros", @@ -11169,6 +11172,7 @@ dependencies = [ "smallvec", "smol_str", "tokio", + "tracing", "wildcard", ] @@ -13481,9 +13485,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.50.0" +version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", @@ -13511,13 +13515,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.3", ] [[package]] @@ -13624,10 +13628,10 @@ dependencies = [ "indexmap 2.14.0", "serde_core", "serde_spanned", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", - "winnow", + "winnow 0.7.14", ] [[package]] @@ -13640,15 +13644,12 @@ dependencies = [ ] [[package]] -name = "toml_edit" -version = "0.23.10+spec-1.0.0" +name = "toml_datetime" +version = "1.1.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" dependencies = [ - "indexmap 2.14.0", - "toml_datetime", - "toml_parser", - "winnow", + "serde_core", ] [[package]] @@ -13658,19 +13659,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c740b185920170a6d9191122cafef7010bd6270a3824594bff6784c04d7f09e" dependencies = [ "indexmap 2.14.0", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", - "winnow", + "winnow 0.7.14", +] + +[[package]] +name = "toml_edit" +version = "0.25.13+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" +dependencies = [ + "indexmap 2.14.0", + "toml_datetime 1.1.1+spec-1.1.0", + "toml_parser", + "winnow 1.0.4", ] [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.1.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" dependencies = [ - "winnow", + "winnow 1.0.4", ] [[package]] @@ -13817,6 +13830,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" dependencies = [ "crossbeam-channel", + "parking_lot", "symlink", "thiserror 2.0.20", "time", @@ -15299,6 +15313,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" +dependencies = [ + "memchr", +] + [[package]] name = "winreg" version = "0.10.1" diff --git a/codex-rs/network-proxy/Cargo.toml b/codex-rs/network-proxy/Cargo.toml index a400038382..d54b65b5a1 100644 --- a/codex-rs/network-proxy/Cargo.toml +++ b/codex-rs/network-proxy/Cargo.toml @@ -29,7 +29,7 @@ time = { workspace = true } tokio = { workspace = true, features = ["full"] } tracing = { workspace = true } url = { workspace = true } -rama-core = { version = "=0.3.0-alpha.4" } +rama-core = { version = "=0.3.0" } rama-http = { version = "=0.3.0-alpha.4" } rama-http-backend = { version = "=0.3.0-alpha.4", features = ["tls"] } rama-net = { version = "=0.3.0-alpha.4", features = ["http", "tls"] }