summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin Stevens <48657161+stevenskevin@users.noreply.github.com>2023-05-15 03:35:46 -0400
committerGitHub <noreply@github.com>2023-05-15 09:35:46 +0200
commit156aef10c463f81ca0016583a9df83d7b8560e59 (patch)
tree57c8b7b9fa113930a1abc07a4358afbda56cf511 /Cargo.toml
parent0fcac6d27ebb92e7435ac71bfcc37eae07230f2e (diff)
Switch from unicode_xid to unicode_ident (#1208)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 570b0b79..3bc57b69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,9 +60,9 @@ tiny-skia = "0.9.0"
tracing = "0.1.37"
ttf-parser = "0.18.1"
unicode-general-category = "0.6"
+unicode-ident = "1.0"
unicode-math-class = "0.1"
unicode-segmentation = "1"
-unicode-xid = "0.2"
unscanny = "0.1"
usvg = { version = "0.32", default-features = false, features = ["text"] }
xmp-writer = "0.1"