From c50a270b239816dc09d68c865ed1fc027f0b15a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:49:27 +0000 Subject: [PATCH] chore(deps): Bump chardetng from 0.1.17 to 1.0.0 Bumps [chardetng](https://github.com/hsivonen/chardetng) from 0.1.17 to 1.0.0. - [Commits](https://github.com/hsivonen/chardetng/compare/v0.1.17...v1.0.0) --- updated-dependencies: - dependency-name: chardetng dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/codex/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff711c85..2f271569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1930,9 +1930,9 @@ dependencies = [ [[package]] name = "chardetng" -version = "0.1.17" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" +checksum = "13de944a44b5064ee5d3a5ceccc49a41bfec50f2580e66f82e87703acdb88b53" dependencies = [ "cfg-if", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 2cc42f82..2d35de7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -302,7 +302,7 @@ gix = { version = "0.83.0", default-features = false, features = ["sha1"] } # ── Codex-only external deps ──────────────────────────────────── async-channel = "2.3.1" -chardetng = "0.1.17" +chardetng = "1.0.0" crypto_box = { version = "0.9.1", features = ["seal"] } ed25519-dalek = { version = "2.2.0", features = ["pkcs8", "rand_core"] } tokio-test = "0.4" diff --git a/crates/codex/Cargo.toml b/crates/codex/Cargo.toml index 8b7c265d..a1ac3f58 100644 --- a/crates/codex/Cargo.toml +++ b/crates/codex/Cargo.toml @@ -245,7 +245,7 @@ axum = { version = "0.8", default-features = false } base64 = "0.22.1" bm25 = "2.3.2" bytes = "1.10.1" -chardetng = "0.1.17" +chardetng = "1.0.0" chrono = "0.4.43" clap = "4" clap_complete = "4"