From 7778327399ea0604d68028a48e279a46cae62bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:00:56 +0000 Subject: [PATCH] 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e95f4a5..fb5b96a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[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 236f7ac..251896e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ unicode-width = "0.2" unicode-segmentation = "1.12" syntect = { version = "5.3.0", default-features = false, features = ["default-fancy"] } arboard = "3.4" -chardetng = "0.1" +chardetng = "1.0" encoding_rs = "0.8" editorconfig-parser = "0.0.4" terminal-colorsaurus = "1.0.3"