From ebbaabf72b36c69e1e8c2986ec7b3bd937e42a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:00:51 +0000 Subject: [PATCH] Bump pinyin from 0.9.0 to 0.10.0 Bumps [pinyin](https://github.com/mozillazg/rust-pinyin) from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: pinyin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e68c703..5b2a9853 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pinyin" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bd12336e3afa34152e002f57df37a7056778daa59ea542b3473b87f5fb260c4" +checksum = "16f2611cd06a1ac239a0cea4521de9eb068a6ca110324ee00631aa68daa74fc0" [[package]] name = "pkg-config" @@ -1738,7 +1738,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.18", + "syn 2.0.26", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79c88094..4f083f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde_json = "1.0" regex = "1.9" quick-xml = { version = "0.23", features = ["encoding", "escape-html"] } chrono = "0.4" -pinyin = "0.9" +pinyin = "0.10" either = "1.8" atomicwrites = "0.3"