summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-04-26 02:22:43 -0700
committerGitHub <noreply@github.com>2023-04-26 11:22:43 +0200
commit1d42d6674c5bbeca2be1ca9a35dccd71b9346228 (patch)
tree2ebe2c83dddddde0d643164c4aaba6d8147032d2 /library
parent249d5fe515ddb864582ec711106461c0e03ffe77 (diff)
Upgrade a bunch of deps and remove two unused ones (#968)
Diffstat (limited to 'library')
-rw-r--r--library/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml
index d23a2f41..889ea70d 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -33,10 +33,10 @@ smallvec = "1.10"
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
ttf-parser = "0.18.1"
typed-arena = "2"
-unicode-bidi = "0.3.5"
+unicode-bidi = "0.3.13"
unicode-math-class = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1"
xi-unicode = "0.3"
-chinese-number = { version = "0.7.1", default-features = false, features = ["number-to-chinese"] }
+chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
tracing = "0.1.37"