From 825ae85b7be7e809318c4825027e8760230c5119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:37:43 +0000 Subject: [PATCH] Bump pinyin from 0.10.0 to 0.11.0 Bumps [pinyin](https://github.com/mozillazg/rust-pinyin) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/mozillazg/rust-pinyin/releases) - [Changelog](https://github.com/mozillazg/rust-pinyin/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozillazg/rust-pinyin/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: pinyin dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9dd7b56..471fefb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1238,9 +1238,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pinyin" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f2611cd06a1ac239a0cea4521de9eb068a6ca110324ee00631aa68daa74fc0" +checksum = "e225f595052d9c46045755be4b8d7950b6d9f3c33e0c0b74ba58f11bbfa8c64b" [[package]] name = "pkg-config" diff --git a/Cargo.toml b/Cargo.toml index fa6ad5d..071f149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1.0" regex = "1.9" quick-xml = { version = "0.23", features = ["encoding", "escape-html"] } chrono = "0.4" -pinyin = "0.10" +pinyin = "0.11" either = "1.15" atomicwrites = "0.4"