summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPg Biel <9021226+PgBiel@users.noreply.github.com>2023-04-14 04:56:39 -0300
committerGitHub <noreply@github.com>2023-04-14 09:56:39 +0200
commit1e948f7fa29395cfc2bd704bfdbe6019229ba500 (patch)
treec547d50dbb4df55c8e39ec31654103e25dcfc225
parente5f942172db4c67af300c4ea13cff8786276ca57 (diff)
bump chinese-numbers version (#797)
-rw-r--r--Cargo.lock11
-rw-r--r--library/Cargo.toml2
2 files changed, 3 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7eb9ac91..b1927c94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -172,11 +172,10 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chinese-number"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "365a2e504d6cb41e85fba5d01a6baf7f13cad4424102859193c4674e7fdff933"
+checksum = "9f9a8cffacecd7f477f8395021158af07c8a3f74523e9b90e4e4bb0105deaa74"
dependencies = [
- "chinese-numerals",
"chinese-variant",
"enum-ordinalize",
"num-bigint",
@@ -184,12 +183,6 @@ dependencies = [
]
[[package]]
-name = "chinese-numerals"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76a5a40575256b55eebe3e39fa41e53bdaea5d67ac5a7092fa8756020c798d1e"
-
-[[package]]
name = "chinese-variant"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/library/Cargo.toml b/library/Cargo.toml
index 97178805..2c054ebe 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -38,4 +38,4 @@ unicode-math-class = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1"
xi-unicode = "0.3"
-chinese-number = { version = "0.7", default-features = false, features = ["number-to-chinese"] }
+chinese-number = { version = "0.7.1", default-features = false, features = ["number-to-chinese"] }