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"